Html Css Color HEX #020523 Black Russian

📋 copy color: '#020523'

red 2 ◦ green 5 ◦ blue 35

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

Shades of Black Russian #020523

Tints of Black Russian #020523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 83.33%

R = 4.76%
G = 11.9%
B = 83.33%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#020523 (or 0x020523) is known color: Black Russian. HEX triplet: 02, 05 and 23. RGB value is (2,5,35). Sum of RGB (Red+Green+Blue) = 2+5+35=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 35 (14.06% from 255 or 83.33% from 42); Max value from RGB is 35 - color contains mainly: blue. Hex color #020523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020523 is #FDFADC. Grayscale: #070707. Windows color (decimal): -16644829 or 2295042. OLE color: 2295042.

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

Color convert

RGB 2 5 35 -
CMYK 0.94 0.86 0 0.86
HSL 234.55º 0.89% 0.07% -
HSV(B) 234.55º 0.94% 0.14% -
XYZ 0.38 0.24 1.62 -
YUV 7.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 2 5 35 0.94 0.86 0 0.86 234.55 0.89 0.07
Hex 2 5 23 5E 56 0 56 EB 59 7
Octal 2 5 43 136 126 0 126 353 131 7
Binary 10 101 100011 1011110 1010110 0 1010110 11101011 1011001 111

Color Harmonies of #020523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020523

Black with #020523

Text Example


Text Example

White with #020523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020523; }

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

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

background-color css

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

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

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

border-color css

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

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

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