Html Css Color HEX #200529 Blackcurrant

📋 copy color: '#200529'

red 32 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #200529

Tints of Blackcurrant #200529

RGB

 RED value IS 32 (12.89% from 255) = 41.03%

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

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

R = 41.03%
G = 6.41%
B = 52.56%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200529 (or 0x200529) is known color: Blackcurrant. HEX triplet: 20, 05 and 29. RGB value is (32,5,41). Sum of RGB (Red+Green+Blue) = 32+5+41=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #200529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200529 is #DFFAD6. Grayscale: #111111. Windows color (decimal): -14678743 or 2688288. OLE color: 2688288.

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

Color convert

RGB 32 5 41 -
CMYK 0.22 0.88 0 0.84
HSL 285º 0.78% 0.09% -
HSV(B) 285º 0.88% 0.16% -
XYZ 1.05 0.58 2.15 -
YUV 17.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 32 5 41 0.22 0.88 0 0.84 285 0.78 0.09
Hex 20 5 29 16 58 0 54 11D 4E 9
Octal 40 5 51 26 130 0 124 435 116 11
Binary 100000 101 101001 10110 1011000 0 1010100 100011101 1001110 1001

Color Harmonies of #200529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200529

Black with #200529

Text Example


Text Example

White with #200529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200529; }

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

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

background-color css

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

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

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

border-color css

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

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

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