Html Css Color HEX #0B122C Black Russian

📋 copy color: '#0B122C'

red 11 ◦ green 18 ◦ blue 44

#0B122C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #0B122C

Tints of Black Russian #0B122C

RGB

 RED value IS 11 (4.69% from 255) = 15.07%

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 44 (17.58% from 255) = 60.27%

R = 15.07%
G = 24.66%
B = 60.27%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B122C (or 0x0B122C) is known color: Black Russian. HEX triplet: 0B, 12 and 2C. RGB value is (11,18,44). Sum of RGB (Red+Green+Blue) = 11+18+44=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B122C is #F4EDD3. Grayscale: #121212. Windows color (decimal): -16051668 or 2888203. OLE color: 2888203.

HSL color Cylindrical-coordinate representation of color #0B122C: hue angle of 227.27º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B122C is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 18 44 -
CMYK 0.75 0.59 0 0.83
HSL 227.27º 0.6% 0.11% -
HSV(B) 227.27º 0.75% 0.17% -
XYZ 0.81 0.69 2.47 -
YUV 18.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 11 18 44 0.75 0.59 0 0.83 227.27 0.6 0.11
Hex B 12 2C 4B 3B 0 53 E3 3C B
Octal 13 22 54 113 73 0 123 343 74 13
Binary 1011 10010 101100 1001011 111011 0 1010011 11100011 111100 1011

Color Harmonies of #0B122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B122C

Black with #0B122C

Text Example


Text Example

White with #0B122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B122C;
 }
 .AnyTagClassName
 {
   color: #0B122C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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