#000524

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

Shades of Black Russian #000524

Tints of Black Russian #000524

Color information

#000524 (or 0x000524) is unknown color: approx Black Russian. HEX triplet: 00, 05 and 24. RGB value is (0,5,36). Sum of RGB (Red+Green+Blue) = 0+5+36=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 36 (14.45% from 255 or 87.80% from 41); Max value from RGB is 36 - color contains mainly: blue. Hex color #000524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000524 is #FFFADB. Grayscale: #060606. Windows color (decimal): -16775900 or 2360576. OLE color: 2360576.

HSL color Cylindrical-coordinate representation of color #000524: hue angle of 231.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000524 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB0536-
CMYK10.8600.86
HSL231.67º100%7.06%-
HSV(B)231.67º100%14.12%-
XYZ0.370.241.69-
YUV7.04144.34122.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 36 (14.45% from 255) = 87.80%
R=0%
G=12.20%
B=87.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal053610.8600.86231.671007.06
Hex05246456056e8647
Octal054414412601263501447
Binary01011001001100100101011001010110111010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000524; }

 p { color: rgb(0,5,36); }

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

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

 a { background-color: rgb(0,5,36); }

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

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

 span { border-color: rgb(0,5,36); }

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