#04000B

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

Shades of Blackcurrant #04000B

Tints of Blackcurrant #04000B

Color information

#04000B (or 0x04000B) is unknown color: approx Blackcurrant. HEX triplet: 04, 00 and 0B. RGB value is (4,0,11). Sum of RGB (Red+Green+Blue) = 4+0+11=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #04000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000B is #FBFFF4. Grayscale: #020202. Windows color (decimal): -16515061 or 720900. OLE color: 720900.

HSL color Cylindrical-coordinate representation of color #04000B: hue angle of 261.82º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04000B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4011-
CMYK0.64100.96
HSL261.82º100%2.16%-
HSV(B)261.82º100%4.31%-
XYZ0.110.050.32-
YUV2.45132.83129.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 26.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 73.33%
R=26.67%
G=0%
B=73.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal40110.64100.96261.821002.16
Hex40B4064060106642
Octal401310014401404061442
Binary100010111000000110010001100000100000110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04000B; }

 p { color: rgb(4,0,11); }

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

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

 a { background-color: rgb(4,0,11); }

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

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

 span { border-color: rgb(4,0,11); }

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