Html Css Color HEX #0B0911 Black Russian

📋 copy color: '#0B0911'

red 11 ◦ green 9 ◦ blue 17

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

Shades of Black Russian #0B0911

Tints of Black Russian #0B0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 24.32%

 BLUE value IS 17 (7.03% from 255) = 45.95%

R = 29.73%
G = 24.32%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0911 (or 0x0B0911) is known color: Black Russian. HEX triplet: 0B, 09 and 11. RGB value is (11,9,17). Sum of RGB (Red+Green+Blue) = 11+9+17=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0911 is #F4F6EE. Grayscale: #0A0A0A. Windows color (decimal): -16053999 or 1116427. OLE color: 1116427.

HSL color Cylindrical-coordinate representation of color #0B0911: hue angle of 255º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0B0911 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 9 17 -
CMYK 0.35 0.47 0 0.93
HSL 255º 0.31% 0.05% -
HSV(B) 255º 0.47% 0.07% -
XYZ 0.34 0.31 0.57 -
YUV 10.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 11 9 17 0.35 0.47 0 0.93 255 0.31 0.05
Hex B 9 11 23 2F 0 5D FF 1F 5
Octal 13 11 21 43 57 0 135 377 37 5
Binary 1011 1001 10001 100011 101111 0 1011101 11111111 11111 101

Color Harmonies of #0B0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0911

Black with #0B0911

Text Example


Text Example

White with #0B0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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