#0D0F17

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

Shades of Black Russian #0D0F17

Tints of Black Russian #0D0F17

Color information

#0D0F17 (or 0x0D0F17) is unknown color: approx Black Russian. HEX triplet: 0D, 0F and 17. RGB value is (13,15,23). Sum of RGB (Red+Green+Blue) = 13+15+23=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F17 is #F2F0E8. Grayscale: #0F0F0F. Windows color (decimal): -15921385 or 1511181. OLE color: 1511181.

HSL color Cylindrical-coordinate representation of color #0D0F17: hue angle of 228º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D0F17 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB131523-
CMYK0.430.3500.91
HSL228º27.78%7.06%-
HSV(B)228º43.48%9.02%-
XYZ0.490.490.88-
YUV15.31132.34126.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=25.49%
G=29.41%
B=45.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1315230.430.3500.9122827.787.06
HexDF172B2305Be41c7
Octal15172753430133344347
Binary1101111110111101011100011010110111110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,15,23); }

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

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

 a { background-color: rgb(13,15,23); }

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

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

 span { border-color: rgb(13,15,23); }

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