#0D0816

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

Shades of Blackcurrant #0D0816

Tints of Blackcurrant #0D0816

Color information

#0D0816 (or 0x0D0816) is unknown color: approx Blackcurrant. HEX triplet: 0D, 08 and 16. RGB value is (13,8,22). Sum of RGB (Red+Green+Blue) = 13+8+22=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0816 is #F2F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15923178 or 1443853. OLE color: 1443853.

HSL color Cylindrical-coordinate representation of color #0D0816: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D0816 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB13822-
CMYK0.410.6400.91
HSL261.43º46.67%5.88%-
HSV(B)261.43º63.64%8.63%-
XYZ0.40.320.8-
YUV11.09134.16129.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.23%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=30.23%
G=18.60%
B=51.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal138220.410.6400.91261.4346.675.88
HexD816294005B1052f6
Octal151026511000133405576
Binary1101100010110101001100000001011011100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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