Html Css Color HEX #000524 Black Russian

📋 copy color: '#000524'

red 0 ◦ green 5 ◦ blue 36

#000524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #000524

Tints of Black Russian #000524

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 5 (2.34% from 255) = 12.2%

 BLUE value IS 36 (14.45% from 255) = 87.8%

R = 0%
G = 12.2%
B = 87.8%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#000524 (or 0x000524) is known color: 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

RGB 0 5 36 -
CMYK 1 0.86 0 0.86
HSL 231.67º 1% 0.07% -
HSV(B) 231.67º 1% 0.14% -
XYZ 0.37 0.24 1.69 -
YUV 7.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 0 5 36 1 0.86 0 0.86 231.67 1 0.07
Hex 0 5 24 64 56 0 56 E8 64 7
Octal 0 5 44 144 126 0 126 350 144 7
Binary 0 101 100100 1100100 1010110 0 1010110 11101000 1100100 111

Color Harmonies of #000524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000524

Black with #000524

Text Example


Text Example

White with #000524

Text Example


Text Example

HTML Codes & Css Web 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>