Html Css Color HEX #0A0813 Black Russian

📋 copy color: '#0A0813'

red 10 ◦ green 8 ◦ blue 19

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

Shades of Black Russian #0A0813

Tints of Black Russian #0A0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 51.35%

R = 27.03%
G = 21.62%
B = 51.35%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0813 (or 0x0A0813) is known color: Black Russian. HEX triplet: 0A, 08 and 13. RGB value is (10,8,19). Sum of RGB (Red+Green+Blue) = 10+8+19=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0813 is #F5F7EC. Grayscale: #090909. Windows color (decimal): -16119789 or 1247242. OLE color: 1247242.

HSL color Cylindrical-coordinate representation of color #0A0813: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A0813 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 8 19 -
CMYK 0.47 0.58 0 0.93
HSL 250.91º 0.41% 0.05% -
HSV(B) 250.91º 0.58% 0.07% -
XYZ 0.33 0.29 0.65 -
YUV 9.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 10 8 19 0.47 0.58 0 0.93 250.91 0.41 0.05
Hex A 8 13 2F 3A 0 5D FB 29 5
Octal 12 10 23 57 72 0 135 373 51 5
Binary 1010 1000 10011 101111 111010 0 1011101 11111011 101001 101

Color Harmonies of #0A0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0813

Black with #0A0813

Text Example


Text Example

White with #0A0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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