#0A0329

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

Shades of Black Russian #0A0329

Tints of Black Russian #0A0329

Color information

#0A0329 (or 0x0A0329) is unknown color: approx Black Russian. HEX triplet: 0A, 03 and 29. RGB value is (10,3,41). Sum of RGB (Red+Green+Blue) = 10+3+41=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A0329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0329 is #F5FCD6. Grayscale: #090909. Windows color (decimal): -16121047 or 2687754. OLE color: 2687754.

HSL color Cylindrical-coordinate representation of color #0A0329: hue angle of 251.05º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0329 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB10341-
CMYK0.760.9300.84
HSL251.05º86.36%8.63%-
HSV(B)251.05º92.68%16.08%-
XYZ0.560.292.12-
YUV9.43145.82128.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 41 (16.41% from 255) = 75.93%
R=18.52%
G=5.56%
B=75.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal103410.760.9300.84251.0586.368.63
HexA3294C5D054fb569
Octal12351114135012437312611
Binary10101110100110011001011101010101001111101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,41); }

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

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

 a { background-color: rgb(10,3,41); }

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

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

 span { border-color: rgb(10,3,41); }

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