Html Css Color HEX #000525 Black Russian

📋 copy color: '#000525'

red 0 ◦ green 5 ◦ blue 37

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

Shades of Black Russian #000525

Tints of Black Russian #000525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 88.1%

R = 0%
G = 11.9%
B = 88.1%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#000525 (or 0x000525) is known color: Black Russian. HEX triplet: 00, 05 and 25. RGB value is (0,5,37). Sum of RGB (Red+Green+Blue) = 0+5+37=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 37 (14.84% from 255 or 88.10% from 42); Max value from RGB is 37 - color contains mainly: blue. Hex color #000525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000525 is #FFFADA. Grayscale: #070707. Windows color (decimal): -16775899 or 2426112. OLE color: 2426112.

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

Color convert

RGB 0 5 37 -
CMYK 1 0.86 0 0.85
HSL 231.89º 1% 0.07% -
HSV(B) 231.89º 1% 0.15% -
XYZ 0.39 0.24 1.78 -
YUV 7.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 0 5 37 1 0.86 0 0.85 231.89 1 0.07
Hex 0 5 25 64 56 0 55 E8 64 7
Octal 0 5 45 144 126 0 125 350 144 7
Binary 0 101 100101 1100100 1010110 0 1010101 11101000 1100100 111

Color Harmonies of #000525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000525

Black with #000525

Text Example


Text Example

White with #000525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000525; }

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

 H1.HeaderClassName
 {
   color: #000525;
 }
 .AnyTagClassName
 {
   color: #000525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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