#0B1426

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

Shades of Black Russian #0B1426

Tints of Black Russian #0B1426

Color information

#0B1426 (or 0x0B1426) is unknown color: approx Black Russian. HEX triplet: 0B, 14 and 26. RGB value is (11,20,38). Sum of RGB (Red+Green+Blue) = 11+20+38=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 20 (8.20% from 255 or 28.99% 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 #0B1426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1426 is #F4EBD9. Grayscale: #131313. Windows color (decimal): -16051162 or 2495499. OLE color: 2495499.

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

Color convert

RGB112038-
CMYK0.710.4700.85
HSL220º55.1%9.61%-
HSV(B)220º71.05%14.9%-
XYZ0.740.711.93-
YUV19.36138.52122.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 38 (15.23% from 255) = 55.07%
R=15.94%
G=28.99%
B=55.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1120380.710.4700.8522055.19.61
HexB1426472F055dc37a
Octal1324461075701253346712
Binary101110100100110100011110111101010101110111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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