Html Css Color HEX #020525 Black Russian

📋 copy color: '#020525'

red 2 ◦ green 5 ◦ blue 37

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

Shades of Black Russian #020525

Tints of Black Russian #020525

RGB

 RED value IS 2 (1.17% from 255) = 4.55%

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

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

R = 4.55%
G = 11.36%
B = 84.09%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020525 (or 0x020525) is known color: Black Russian. HEX triplet: 02, 05 and 25. RGB value is (2,5,37). Sum of RGB (Red+Green+Blue) = 2+5+37=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 37 (14.84% from 255 or 84.09% from 44); Max value from RGB is 37 - color contains mainly: blue. Hex color #020525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020525 is #FDFADA. Grayscale: #070707. Windows color (decimal): -16644827 or 2426114. OLE color: 2426114.

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

Color convert

RGB 2 5 37 -
CMYK 0.95 0.86 0 0.85
HSL 234.86º 0.9% 0.08% -
HSV(B) 234.86º 0.95% 0.15% -
XYZ 0.41 0.26 1.78 -
YUV 7.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 2 5 37 0.95 0.86 0 0.85 234.86 0.9 0.08
Hex 2 5 25 5F 56 0 55 EB 5A 8
Octal 2 5 45 137 126 0 125 353 132 10
Binary 10 101 100101 1011111 1010110 0 1010101 11101011 1011010 1000

Color Harmonies of #020525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020525

Black with #020525

Text Example


Text Example

White with #020525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020525; }

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

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

background-color css

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

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

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

border-color css

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

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

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