#0B122A

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

Shades of Black Russian #0B122A

Tints of Black Russian #0B122A

Color information

#0B122A (or 0x0B122A) is unknown color: approx Black Russian. HEX triplet: 0B, 12 and 2A. RGB value is (11,18,42). Sum of RGB (Red+Green+Blue) = 11+18+42=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B122A is #F4EDD5. Grayscale: #121212. Windows color (decimal): -16051670 or 2757131. OLE color: 2757131.

HSL color Cylindrical-coordinate representation of color #0B122A: hue angle of 226.45º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B122A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB111842-
CMYK0.740.5700.84
HSL226.45º58.49%10.39%-
HSV(B)226.45º73.81%16.47%-
XYZ0.770.672.28-
YUV18.64141.18122.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 42 (16.80% from 255) = 59.15%
R=15.49%
G=25.35%
B=59.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1118420.740.5700.84226.4558.4910.39
HexB122A4A39054e23aa
Octal1322521127101243427212
Binary101110010101010100101011100101010100111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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