Html Css Color HEX #0B1226 Black Russian

📋 copy color: '#0B1226'

red 11 ◦ green 18 ◦ blue 38

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

Shades of Black Russian #0B1226

Tints of Black Russian #0B1226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 16.42%
G = 26.87%
B = 56.72%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B1226 (or 0x0B1226) is known color: Black Russian. HEX triplet: 0B, 12 and 26. RGB value is (11,18,38). Sum of RGB (Red+Green+Blue) = 11+18+38=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1226 is #F4EDD9. Grayscale: #121212. Windows color (decimal): -16051674 or 2494987. OLE color: 2494987.

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

Color convert

RGB 11 18 38 -
CMYK 0.71 0.53 0 0.85
HSL 224.44º 0.55% 0.1% -
HSV(B) 224.44º 0.71% 0.15% -
XYZ 0.7 0.64 1.92 -
YUV 18.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 11 18 38 0.71 0.53 0 0.85 224.44 0.55 0.1
Hex B 12 26 47 35 0 55 E0 37 A
Octal 13 22 46 107 65 0 125 340 67 12
Binary 1011 10010 100110 1000111 110101 0 1010101 11100000 110111 1010

Color Harmonies of #0B1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1226

Black with #0B1226

Text Example


Text Example

White with #0B1226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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