Html Css Color HEX #0A0816 Black Russian

📋 copy color: '#0A0816'

red 10 ◦ green 8 ◦ blue 22

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

Shades of Black Russian #0A0816

Tints of Black Russian #0A0816

RGB

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

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

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

R = 25%
G = 20%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0816 (or 0x0A0816) is known color: Black Russian. HEX triplet: 0A, 08 and 16. RGB value is (10,8,22). Sum of RGB (Red+Green+Blue) = 10+8+22=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0816 is #F5F7E9. Grayscale: #0A0A0A. Windows color (decimal): -16119786 or 1443850. OLE color: 1443850.

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

Color convert

RGB 10 8 22 -
CMYK 0.55 0.64 0 0.91
HSL 248.57º 0.47% 0.06% -
HSV(B) 248.57º 0.64% 0.09% -
XYZ 0.36 0.3 0.8 -
YUV 10.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 10 8 22 0.55 0.64 0 0.91 248.57 0.47 0.06
Hex A 8 16 37 40 0 5B F9 2F 6
Octal 12 10 26 67 100 0 133 371 57 6
Binary 1010 1000 10110 110111 1000000 0 1011011 11111001 101111 110

Color Harmonies of #0A0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0816

Black with #0A0816

Text Example


Text Example

White with #0A0816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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