Html Css Color HEX #200528 Blackcurrant

📋 copy color: '#200528'

red 32 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #200528

Tints of Blackcurrant #200528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.95%

R = 41.56%
G = 6.49%
B = 51.95%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200528 (or 0x200528) is known color: Blackcurrant. HEX triplet: 20, 05 and 28. RGB value is (32,5,40). Sum of RGB (Red+Green+Blue) = 32+5+40=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #200528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200528 is #DFFAD7. Grayscale: #101010. Windows color (decimal): -14678744 or 2622752. OLE color: 2622752.

HSL color Cylindrical-coordinate representation of color #200528: hue angle of 286.29º 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 #200528 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 5 40 -
CMYK 0.20 0.88 0 0.84
HSL 286.29º 0.78% 0.09% -
HSV(B) 286.29º 0.88% 0.16% -
XYZ 1.03 0.57 2.06 -
YUV 17.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 32 5 40 0.20 0.88 0 0.84 286.29 0.78 0.09
Hex 20 5 28 14 58 0 54 11E 4E 9
Octal 40 5 50 24 130 0 124 436 116 11
Binary 100000 101 101000 10100 1011000 0 1010100 100011110 1001110 1001

Color Harmonies of #200528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200528

Black with #200528

Text Example


Text Example

White with #200528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200528; }

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

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

background-color css

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

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

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

border-color css

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

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

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