#0D0F22

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

Shades of Black Russian #0D0F22

Tints of Black Russian #0D0F22

Color information

#0D0F22 (or 0x0D0F22) is unknown color: approx Black Russian. HEX triplet: 0D, 0F and 22. RGB value is (13,15,34). Sum of RGB (Red+Green+Blue) = 13+15+34=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 34 (13.67% from 255 or 54.84% from 62); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D0F22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0F22 is #F2F0DD. Grayscale: #101010. Windows color (decimal): -15921374 or 2232077. OLE color: 2232077.

HSL color Cylindrical-coordinate representation of color #0D0F22: hue angle of 234.29º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0F22 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB131534-
CMYK0.620.5600.87
HSL234.29º44.68%9.22%-
HSV(B)234.29º61.76%13.33%-
XYZ0.630.541.59-
YUV16.57137.84125.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 34 (13.67% from 255) = 54.84%
R=20.97%
G=24.19%
B=54.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1315340.620.5600.87234.2944.689.22
HexDF223E38057ea2d9
Octal151742767001273525511
Binary1101111110001011111011100001010111111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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