Html Css Color HEX #0B111F Black Russian

📋 copy color: '#0B111F'

red 11 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #0B111F

Tints of Black Russian #0B111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 18.64%
G = 28.81%
B = 52.54%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B111F (or 0x0B111F) is known color: Black Russian. HEX triplet: 0B, 11 and 1F. RGB value is (11,17,31). Sum of RGB (Red+Green+Blue) = 11+17+31=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B111F is #F4EEE0. Grayscale: #101010. Windows color (decimal): -16051937 or 2035979. OLE color: 2035979.

HSL color Cylindrical-coordinate representation of color #0B111F: hue angle of 222º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B111F is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 17 31 -
CMYK 0.65 0.45 0 0.88
HSL 222º 0.48% 0.08% -
HSV(B) 222º 0.65% 0.12% -
XYZ 0.59 0.57 1.38 -
YUV 16.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 11 17 31 0.65 0.45 0 0.88 222 0.48 0.08
Hex B 11 1F 41 2D 0 58 DE 30 8
Octal 13 21 37 101 55 0 130 336 60 10
Binary 1011 10001 11111 1000001 101101 0 1011000 11011110 110000 1000

Color Harmonies of #0B111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B111F

Black with #0B111F

Text Example


Text Example

White with #0B111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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