#0B1226

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

Shades of Black Russian #0B1226

Tints of Black Russian #0B1226

Color information

#0B1226 (or 0x0B1226) is unknown color: approx Black Russian. HEX triplet: 0B, 12 and 26. RGB value is (11,18,38). Sum of RGB (Red+Green+Blue) = 11+18+38=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1226 is #F4EDD9. Grayscale: #121212. Windows color (decimal): -16051674 or 2494987. OLE color: 2494987.

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

Color convert

RGB111838-
CMYK0.710.5300.85
HSL224.44º55.1%9.61%-
HSV(B)224.44º71.05%14.9%-
XYZ0.70.641.92-
YUV18.19139.18122.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.42%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 38 (15.23% from 255) = 56.72%
R=16.42%
G=26.87%
B=56.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1118380.710.5300.85224.4455.19.61
HexB12264735055e037a
Octal1322461076501253406712
Binary101110010100110100011111010101010101111000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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