#0D1226

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

Shades of Black Russian #0D1226

Tints of Black Russian #0D1226

Color information

#0D1226 (or 0x0D1226) is unknown color: approx Black Russian. HEX triplet: 0D, 12 and 26. RGB value is (13,18,38). Sum of RGB (Red+Green+Blue) = 13+18+38=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1226 is #F2EDD9. Grayscale: #121212. Windows color (decimal): -15920602 or 2494989. OLE color: 2494989.

HSL color Cylindrical-coordinate representation of color #0D1226: hue angle of 228º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D1226 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB131838-
CMYK0.660.5300.85
HSL228º49.02%10%-
HSV(B)228º65.79%14.9%-
XYZ0.730.661.92-
YUV18.78138.84123.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.84%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 38 (15.23% from 255) = 55.07%
R=18.84%
G=26.09%
B=55.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1318380.660.5300.8522849.0210
HexD12264235055e431a
Octal1522461026501253446112
Binary110110010100110100001011010101010101111001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,38); }

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

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

 a { background-color: rgb(13,18,38); }

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

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

 span { border-color: rgb(13,18,38); }

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