#0A0522

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

Shades of Black Russian #0A0522

Tints of Black Russian #0A0522

Color information

#0A0522 (or 0x0A0522) is unknown color: approx Black Russian. HEX triplet: 0A, 05 and 22. RGB value is (10,5,34). Sum of RGB (Red+Green+Blue) = 10+5+34=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 34 (13.67% from 255 or 69.39% from 49); Max value from RGB is 34 - color contains mainly: blue. Hex color #0A0522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0522 is #F5FADD. Grayscale: #090909. Windows color (decimal): -16120542 or 2229514. OLE color: 2229514.

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

Color convert

RGB10534-
CMYK0.710.8500.87
HSL250.34º74.36%7.65%-
HSV(B)250.34º85.29%13.33%-
XYZ0.470.291.54-
YUV9.8141.66128.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 34 (13.67% from 255) = 69.39%
R=20.41%
G=10.20%
B=69.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal105340.710.8500.87250.3474.367.65
HexA5224755057fa4a8
Octal12542107125012737211210
Binary101010110001010001111010101010101111111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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