#300556

Color #300556 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #300556

Tints of Blackcurrant #300556

Color information

#300556 (or 0x300556) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 56. RGB value is (48,5,86). Sum of RGB (Red+Green+Blue) = 48+5+86=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #300556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300556 is #CFFAA9. Grayscale: #1A1A1A. Windows color (decimal): -13630122 or 5637424. OLE color: 5637424.

HSL color Cylindrical-coordinate representation of color #300556: hue angle of 271.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300556 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB48586-
CMYK0.440.9400.66
HSL271.85º89.01%17.84%-
HSV(B)271.85º94.19%33.73%-
XYZ2.951.418.92-
YUV27.09161.25142.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=34.53%
G=3.60%
B=61.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal485860.440.9400.66271.8589.0117.84
Hex305562C5E0421105912
Octal60512654136010242013122
Binary1100001011010110101100101111001000010100010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300556; }

 p { color: rgb(48,5,86); }

 H1.HeaderClassName
 {
   color: #300556;
 }
 .AnyTagClassName
 {
   color: #300556;
 }
</style>
background-color css

<style>
 a { background-color: #300556; }

 a { background-color: rgb(48,5,86); }

 div.DivClassName
 {
   background-color: #300556;
 }
 .BgClassName
 {
   background-color: #300556;
 }
</style>
border-color css

<style>
 span { border-color: #300556; }

 span { border-color: rgb(48,5,86); }

 td.TdClassName
 {
   border-color: #300556;
 }
 .TagClassName
 {
   border-color: #300556;
 }
</style>