Html Css Color HEX #0A0815 Black Russian

📋 copy color: '#0A0815'

red 10 ◦ green 8 ◦ blue 21

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

Shades of Black Russian #0A0815

Tints of Black Russian #0A0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

 BLUE value IS 21 (8.59% from 255) = 53.85%

R = 25.64%
G = 20.51%
B = 53.85%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0815 (or 0x0A0815) is known color: Black Russian. HEX triplet: 0A, 08 and 15. RGB value is (10,8,21). Sum of RGB (Red+Green+Blue) = 10+8+21=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0815 is #F5F7EA. Grayscale: #0A0A0A. Windows color (decimal): -16119787 or 1378314. OLE color: 1378314.

HSL color Cylindrical-coordinate representation of color #0A0815: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A0815 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 8 21 -
CMYK 0.52 0.62 0 0.92
HSL 249.23º 0.45% 0.06% -
HSV(B) 249.23º 0.62% 0.08% -
XYZ 0.35 0.29 0.75 -
YUV 10.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 10 8 21 0.52 0.62 0 0.92 249.23 0.45 0.06
Hex A 8 15 34 3E 0 5C F9 2D 6
Octal 12 10 25 64 76 0 134 371 55 6
Binary 1010 1000 10101 110100 111110 0 1011100 11111001 101101 110

Color Harmonies of #0A0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0815

Black with #0A0815

Text Example


Text Example

White with #0A0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,8,21); }

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

background-color css

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

 a { background-color: rgb(10,8,21); }

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

border-color css

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

 span { border-color: rgb(10,8,21); }

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