#0B1126

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

Shades of Black Russian #0B1126

Tints of Black Russian #0B1126

Color information

#0B1126 (or 0x0B1126) is unknown color: approx Black Russian. HEX triplet: 0B, 11 and 26. RGB value is (11,17,38). Sum of RGB (Red+Green+Blue) = 11+17+38=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1126 is #F4EED9. Grayscale: #111111. Windows color (decimal): -16051930 or 2494731. OLE color: 2494731.

HSL color Cylindrical-coordinate representation of color #0B1126: hue angle of 226.67º 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 #0B1126 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB111738-
CMYK0.710.5500.85
HSL226.67º55.1%9.61%-
HSV(B)226.67º71.05%14.9%-
XYZ0.690.611.92-
YUV17.6139.51123.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=16.67%
G=25.76%
B=57.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1117380.710.5500.85226.6755.19.61
HexB11264737055e337a
Octal1321461076701253436712
Binary101110001100110100011111011101010101111000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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