Html Css Color HEX #0B111D Black Russian

📋 copy color: '#0B111D'

red 11 ◦ green 17 ◦ blue 29

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

Shades of Black Russian #0B111D

Tints of Black Russian #0B111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 50.88%

R = 19.3%
G = 29.82%
B = 50.88%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B111D (or 0x0B111D) is known color: Black Russian. HEX triplet: 0B, 11 and 1D. RGB value is (11,17,29). Sum of RGB (Red+Green+Blue) = 11+17+29=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B111D is #F4EEE2. Grayscale: #101010. Windows color (decimal): -16051939 or 1904907. OLE color: 1904907.

HSL color Cylindrical-coordinate representation of color #0B111D: hue angle of 220º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B111D is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 17 29 -
CMYK 0.62 0.41 0 0.89
HSL 220º 0.45% 0.08% -
HSV(B) 220º 0.62% 0.11% -
XYZ 0.56 0.56 1.24 -
YUV 16.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 11 17 29 0.62 0.41 0 0.89 220 0.45 0.08
Hex B 11 1D 3E 29 0 59 DC 2D 8
Octal 13 21 35 76 51 0 131 334 55 10
Binary 1011 10001 11101 111110 101001 0 1011001 11011100 101101 1000

Color Harmonies of #0B111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B111D

Black with #0B111D

Text Example


Text Example

White with #0B111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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