#0A0531

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

Shades of Black Russian #0A0531

Tints of Black Russian #0A0531

Color information

#0A0531 (or 0x0A0531) is unknown color: approx Black Russian. HEX triplet: 0A, 05 and 31. RGB value is (10,5,49). Sum of RGB (Red+Green+Blue) = 10+5+49=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A0531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0531 is #F5FACE. Grayscale: #0B0B0B. Windows color (decimal): -16120527 or 3212554. OLE color: 3212554.

HSL color Cylindrical-coordinate representation of color #0A0531: hue angle of 246.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0531 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB10549-
CMYK0.800.9000.81
HSL246.82º81.48%10.59%-
HSV(B)246.82º89.8%19.22%-
XYZ0.730.392.94-
YUV11.51149.16126.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=15.62%
G=7.81%
B=76.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal105490.800.9000.81246.8281.4810.59
HexA531505A051f751b
Octal12561120132012136712113
Binary101010111000110100001011010010100011111011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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