#0D0814

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

Shades of Blackcurrant #0D0814

Tints of Blackcurrant #0D0814

Color information

#0D0814 (or 0x0D0814) is unknown color: approx Blackcurrant. HEX triplet: 0D, 08 and 14. RGB value is (13,8,20). Sum of RGB (Red+Green+Blue) = 13+8+20=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0814 is #F2F7EB. Grayscale: #0A0A0A. Windows color (decimal): -15923180 or 1312781. OLE color: 1312781.

HSL color Cylindrical-coordinate representation of color #0D0814: hue angle of 265º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0D0814 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB13820-
CMYK0.350.6000.92
HSL265º42.86%5.49%-
HSV(B)265º60%7.84%-
XYZ0.380.310.7-
YUV10.86133.16129.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 31.71%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=31.71%
G=19.51%
B=48.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal138200.350.6000.9226542.865.49
HexD814233C05C1092b5
Octal15102443740134411535
Binary110110001010010001111110001011100100001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0814; }

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

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

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

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

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

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

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

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