Html Css Color HEX #0B0910 Black Russian

📋 copy color: '#0B0910'

red 11 ◦ green 9 ◦ blue 16

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

Shades of Black Russian #0B0910

Tints of Black Russian #0B0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 44.44%

R = 30.56%
G = 25%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B0910 (or 0x0B0910) is known color: Black Russian. HEX triplet: 0B, 09 and 10. RGB value is (11,9,16). Sum of RGB (Red+Green+Blue) = 11+9+16=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #0B0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0910 is #F4F6EF. Grayscale: #0A0A0A. Windows color (decimal): -16054000 or 1050891. OLE color: 1050891.

HSL color Cylindrical-coordinate representation of color #0B0910: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0B0910 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 9 16 -
CMYK 0.31 0.44 0 0.94
HSL 257.14º 0.28% 0.05% -
HSV(B) 257.14º 0.44% 0.06% -
XYZ 0.33 0.3 0.53 -
YUV 10.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 11 9 16 0.31 0.44 0 0.94 257.14 0.28 0.05
Hex B 9 10 1F 2C 0 5E 101 1C 5
Octal 13 11 20 37 54 0 136 401 34 5
Binary 1011 1001 10000 11111 101100 0 1011110 100000001 11100 101

Color Harmonies of #0B0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0910

Black with #0B0910

Text Example


Text Example

White with #0B0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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