Html Css Color HEX #0B0A10 Black Russian

📋 copy color: '#0B0A10'

red 11 ◦ green 10 ◦ blue 16

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

Shades of Black Russian #0B0A10

Tints of Black Russian #0B0A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.03%

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

R = 29.73%
G = 27.03%
B = 43.24%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B0A10 (or 0x0B0A10) is known color: Black Russian. HEX triplet: 0B, 0A and 10. RGB value is (11,10,16). Sum of RGB (Red+Green+Blue) = 11+10+16=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #0B0A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A10 is #F4F5EF. Grayscale: #0A0A0A. Windows color (decimal): -16053744 or 1051147. OLE color: 1051147.

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

Color convert

RGB 11 10 16 -
CMYK 0.31 0.37 0 0.94
HSL 250º 0.23% 0.05% -
HSV(B) 250º 0.38% 0.06% -
XYZ 0.34 0.33 0.54 -
YUV 10.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 11 10 16 0.31 0.37 0 0.94 250 0.23 0.05
Hex B A 10 1F 25 0 5E FA 17 5
Octal 13 12 20 37 45 0 136 372 27 5
Binary 1011 1010 10000 11111 100101 0 1011110 11111010 10111 101

Color Harmonies of #0B0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A10

Black with #0B0A10

Text Example


Text Example

White with #0B0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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