Html Css Color HEX #0A0B10 Black Russian

📋 copy color: '#0A0B10'

red 10 ◦ green 11 ◦ blue 16

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

Shades of Black Russian #0A0B10

Tints of Black Russian #0A0B10

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A0B10 (or 0x0A0B10) is known color: Black Russian. HEX triplet: 0A, 0B and 10. RGB value is (10,11,16). Sum of RGB (Red+Green+Blue) = 10+11+16=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 11 (4.69% from 255 or 29.73% 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 #0A0B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B10 is #F5F4EF. Grayscale: #0B0B0B. Windows color (decimal): -16119024 or 1051402. OLE color: 1051402.

HSL color Cylindrical-coordinate representation of color #0A0B10: hue angle of 230º 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 #0A0B10 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

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

Color Harmonies of #0A0B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B10

Black with #0A0B10

Text Example


Text Example

White with #0A0B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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