#0A0527

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

Shades of Black Russian #0A0527

Tints of Black Russian #0A0527

Color information

#0A0527 (or 0x0A0527) is unknown color: approx Black Russian. HEX triplet: 0A, 05 and 27. RGB value is (10,5,39). Sum of RGB (Red+Green+Blue) = 10+5+39=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A0527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0527 is #F5FAD8. Grayscale: #0A0A0A. Windows color (decimal): -16120537 or 2557194. OLE color: 2557194.

HSL color Cylindrical-coordinate representation of color #0A0527: hue angle of 248.82º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A0527 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB10539-
CMYK0.740.8700.85
HSL248.82º77.27%8.63%-
HSV(B)248.82º87.18%15.29%-
XYZ0.550.321.95-
YUV10.37144.16127.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 39 (15.62% from 255) = 72.22%
R=18.52%
G=9.26%
B=72.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal105390.740.8700.85248.8277.278.63
HexA5274A57055f94d9
Octal12547112127012537111511
Binary101010110011110010101010111010101011111100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,39); }

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

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

 a { background-color: rgb(10,5,39); }

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

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

 span { border-color: rgb(10,5,39); }

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