Html Css Color HEX #0A0911 Black Russian

📋 copy color: '#0A0911'

red 10 ◦ green 9 ◦ blue 17

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

Shades of Black Russian #0A0911

Tints of Black Russian #0A0911

RGB

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

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

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

R = 27.78%
G = 25%
B = 47.22%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0911 (or 0x0A0911) is known color: Black Russian. HEX triplet: 0A, 09 and 11. RGB value is (10,9,17). Sum of RGB (Red+Green+Blue) = 10+9+17=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0911 is #F5F6EE. Grayscale: #0A0A0A. Windows color (decimal): -16119535 or 1116426. OLE color: 1116426.

HSL color Cylindrical-coordinate representation of color #0A0911: hue angle of 247.5º 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 #0A0911 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 9 17 -
CMYK 0.41 0.47 0 0.93
HSL 247.5º 0.31% 0.05% -
HSV(B) 247.5º 0.47% 0.07% -
XYZ 0.32 0.3 0.57 -
YUV 10.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 10 9 17 0.41 0.47 0 0.93 247.5 0.31 0.05
Hex A 9 11 29 2F 0 5D F8 1F 5
Octal 12 11 21 51 57 0 135 370 37 5
Binary 1010 1001 10001 101001 101111 0 1011101 11111000 11111 101

Color Harmonies of #0A0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0911

Black with #0A0911

Text Example


Text Example

White with #0A0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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