Html Css Color HEX #0B122A Black Russian

📋 copy color: '#0B122A'

red 11 ◦ green 18 ◦ blue 42

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

Shades of Black Russian #0B122A

Tints of Black Russian #0B122A

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.8% from 255) = 59.15%

R = 15.49%
G = 25.35%
B = 59.15%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B122A (or 0x0B122A) is known color: 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

RGB 11 18 42 -
CMYK 0.74 0.57 0 0.84
HSL 226.45º 0.58% 0.1% -
HSV(B) 226.45º 0.74% 0.16% -
XYZ 0.77 0.67 2.28 -
YUV 18.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 11 18 42 0.74 0.57 0 0.84 226.45 0.58 0.1
Hex B 12 2A 4A 39 0 54 E2 3A A
Octal 13 22 52 112 71 0 124 342 72 12
Binary 1011 10010 101010 1001010 111001 0 1010100 11100010 111010 1010

Color Harmonies of #0B122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B122A

Black with #0B122A

Text Example


Text Example

White with #0B122A

Text Example


Text Example

HTML Codes & Css Web 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>