Html Css Color HEX #0B1126 Black Russian

📋 copy color: '#0B1126'

red 11 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #0B1126

Tints of Black Russian #0B1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.76%

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

R = 16.67%
G = 25.76%
B = 57.58%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B1126 (or 0x0B1126) is known color: Black Russian. HEX triplet: 0B, 11 and 26. RGB value is (11,17,38). Sum of RGB (Red+Green+Blue) = 11+17+38=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1126 is #F4EED9. Grayscale: #111111. Windows color (decimal): -16051930 or 2494731. OLE color: 2494731.

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

Color convert

RGB 11 17 38 -
CMYK 0.71 0.55 0 0.85
HSL 226.67º 0.55% 0.1% -
HSV(B) 226.67º 0.71% 0.15% -
XYZ 0.69 0.61 1.92 -
YUV 17.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 11 17 38 0.71 0.55 0 0.85 226.67 0.55 0.1
Hex B 11 26 47 37 0 55 E3 37 A
Octal 13 21 46 107 67 0 125 343 67 12
Binary 1011 10001 100110 1000111 110111 0 1010101 11100011 110111 1010

Color Harmonies of #0B1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1126

Black with #0B1126

Text Example


Text Example

White with #0B1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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