#0A0424

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

Shades of Black Russian #0A0424

Tints of Black Russian #0A0424

Color information

#0A0424 (or 0x0A0424) is unknown color: approx Black Russian. HEX triplet: 0A, 04 and 24. RGB value is (10,4,36). Sum of RGB (Red+Green+Blue) = 10+4+36=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A0424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0424 is #F5FBDB. Grayscale: #090909. Windows color (decimal): -16120796 or 2360330. OLE color: 2360330.

HSL color Cylindrical-coordinate representation of color #0A0424: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0424 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB10436-
CMYK0.720.8900.86
HSL251.25º80%7.84%-
HSV(B)251.25º88.89%14.12%-
XYZ0.490.281.7-
YUV9.44142.99128.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 36 (14.45% from 255) = 72%
R=20%
G=8%
B=72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal104360.720.8900.86251.25807.84
HexA4244859056fb508
Octal12444110131012637312010
Binary101010010010010010001011001010101101111101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,36); }

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

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

 a { background-color: rgb(10,4,36); }

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

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

 span { border-color: rgb(10,4,36); }

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