Html Css Color HEX #0A0916 Black Russian

📋 copy color: '#0A0916'

red 10 ◦ green 9 ◦ blue 22

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

Shades of Black Russian #0A0916

Tints of Black Russian #0A0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 53.66%

R = 24.39%
G = 21.95%
B = 53.66%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0916 (or 0x0A0916) is known color: Black Russian. HEX triplet: 0A, 09 and 16. RGB value is (10,9,22). Sum of RGB (Red+Green+Blue) = 10+9+22=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0916 is #F5F6E9. Grayscale: #0A0A0A. Windows color (decimal): -16119530 or 1444106. OLE color: 1444106.

HSL color Cylindrical-coordinate representation of color #0A0916: hue angle of 244.62º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0A0916 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 9 22 -
CMYK 0.55 0.59 0 0.91
HSL 244.62º 0.42% 0.06% -
HSV(B) 244.62º 0.59% 0.09% -
XYZ 0.37 0.32 0.8 -
YUV 10.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 10 9 22 0.55 0.59 0 0.91 244.62 0.42 0.06
Hex A 9 16 37 3B 0 5B F5 2A 6
Octal 12 11 26 67 73 0 133 365 52 6
Binary 1010 1001 10110 110111 111011 0 1011011 11110101 101010 110

Color Harmonies of #0A0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0916

Black with #0A0916

Text Example


Text Example

White with #0A0916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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