#0A0619

Color #0A0619 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0A0619

Tints of Black Russian #0A0619

Color information

#0A0619 (or 0x0A0619) is unknown color: approx Black Russian. HEX triplet: 0A, 06 and 19. RGB value is (10,6,25). Sum of RGB (Red+Green+Blue) = 10+6+25=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0619 is #F5F9E6. Grayscale: #090909. Windows color (decimal): -16120295 or 1639946. OLE color: 1639946.

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

Color convert

RGB10625-
CMYK0.600.7600.90
HSL252.63º61.29%6.08%-
HSV(B)252.63º76%9.8%-
XYZ0.370.260.95-
YUV9.36136.83128.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=24.39%
G=14.63%
B=60.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal106250.600.7600.90252.6361.296.08
HexA6193C4C05Afd3d6
Octal12631741140132375756
Binary10101101100111110010011000101101011111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0619;
 }
 .AnyTagClassName
 {
   color: #0A0619;
 }
</style>
background-color css

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

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

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

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

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

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