Html Css Color HEX #0A0819 Black Russian

📋 copy color: '#0A0819'

red 10 ◦ green 8 ◦ blue 25

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

Shades of Black Russian #0A0819

Tints of Black Russian #0A0819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 58.14%

R = 23.26%
G = 18.6%
B = 58.14%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A0819 (or 0x0A0819) is known color: Black Russian. HEX triplet: 0A, 08 and 19. RGB value is (10,8,25). Sum of RGB (Red+Green+Blue) = 10+8+25=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0819 is #F5F7E6. Grayscale: #0A0A0A. Windows color (decimal): -16119783 or 1640458. OLE color: 1640458.

HSL color Cylindrical-coordinate representation of color #0A0819: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A0819 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 8 25 -
CMYK 0.60 0.68 0 0.90
HSL 247.06º 0.52% 0.06% -
HSV(B) 247.06º 0.68% 0.1% -
XYZ 0.39 0.31 0.96 -
YUV 10.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 10 8 25 0.60 0.68 0 0.90 247.06 0.52 0.06
Hex A 8 19 3C 44 0 5A F7 34 6
Octal 12 10 31 74 104 0 132 367 64 6
Binary 1010 1000 11001 111100 1000100 0 1011010 11110111 110100 110

Color Harmonies of #0A0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0819

Black with #0A0819

Text Example


Text Example

White with #0A0819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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