#08040D

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

Shades of Blackcurrant #08040D

Tints of Blackcurrant #08040D

Color information

#08040D (or 0x08040D) is unknown color: approx Blackcurrant. HEX triplet: 08, 04 and 0D. RGB value is (8,4,13). Sum of RGB (Red+Green+Blue) = 8+4+13=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #08040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040D is #F7FBF2. Grayscale: #060606. Windows color (decimal): -16251891 or 853000. OLE color: 853000.

HSL color Cylindrical-coordinate representation of color #08040D: hue angle of 266.67º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #08040D is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB8413-
CMYK0.380.6900.95
HSL266.67º52.94%3.33%-
HSV(B)266.67º69.23%5.1%-
XYZ0.220.170.4-
YUV6.22131.83129.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 13 (5.47% from 255) = 52%
R=32%
G=16%
B=52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal84130.380.6900.95266.6752.943.33
Hex84D264505F10b353
Octal10415461050137413653
Binary1000100110110011010001010101111110000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08040D; }

 p { color: rgb(8,4,13); }

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

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

 a { background-color: rgb(8,4,13); }

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

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

 span { border-color: rgb(8,4,13); }

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