#0A0436

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

Shades of Black Russian #0A0436

Tints of Black Russian #0A0436

Color information

#0A0436 (or 0x0A0436) is unknown color: approx Black Russian. HEX triplet: 0A, 04 and 36. RGB value is (10,4,54). Sum of RGB (Red+Green+Blue) = 10+4+54=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0436 is #F5FBC9. Grayscale: #0B0B0B. Windows color (decimal): -16120778 or 3539978. OLE color: 3539978.

HSL color Cylindrical-coordinate representation of color #0A0436: hue angle of 247.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0436 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB10454-
CMYK0.810.9300.79
HSL247.2º86.21%11.37%-
HSV(B)247.2º92.59%21.18%-
XYZ0.830.423.53-
YUV11.49151.99126.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 54 (21.48% from 255) = 79.41%
R=14.71%
G=5.88%
B=79.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal104540.810.9300.79247.286.2111.37
HexA436515D04Ff756b
Octal12466121135011736712613
Binary101010011011010100011011101010011111111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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