Html Css Color HEX #020529 Black Russian

📋 copy color: '#020529'

red 2 ◦ green 5 ◦ blue 41

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

Shades of Black Russian #020529

Tints of Black Russian #020529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 85.42%

R = 4.17%
G = 10.42%
B = 85.42%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#020529 (or 0x020529) is known color: Black Russian. HEX triplet: 02, 05 and 29. RGB value is (2,5,41). Sum of RGB (Red+Green+Blue) = 2+5+41=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 41 (16.41% from 255 or 85.42% from 48); Max value from RGB is 41 - color contains mainly: blue. Hex color #020529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020529 is #FDFAD6. Grayscale: #080808. Windows color (decimal): -16644823 or 2688258. OLE color: 2688258.

HSL color Cylindrical-coordinate representation of color #020529: hue angle of 235.38º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020529 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 5 41 -
CMYK 0.95 0.88 0 0.84
HSL 235.38º 0.91% 0.08% -
HSV(B) 235.38º 0.95% 0.16% -
XYZ 0.48 0.28 2.13 -
YUV 8.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 2 5 41 0.95 0.88 0 0.84 235.38 0.91 0.08
Hex 2 5 29 5F 58 0 54 EB 5B 8
Octal 2 5 51 137 130 0 124 353 133 10
Binary 10 101 101001 1011111 1011000 0 1010100 11101011 1011011 1000

Color Harmonies of #020529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020529

Black with #020529

Text Example


Text Example

White with #020529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020529; }

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

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

background-color css

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

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

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

border-color css

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

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

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