Html Css Color HEX #201528 Blackcurrant

📋 copy color: '#201528'

red 32 ◦ green 21 ◦ blue 40

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

Shades of Blackcurrant #201528

Tints of Blackcurrant #201528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 34.41%
G = 22.58%
B = 43.01%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201528 (or 0x201528) is known color: Blackcurrant. HEX triplet: 20, 15 and 28. RGB value is (32,21,40). Sum of RGB (Red+Green+Blue) = 32+21+40=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #201528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201528 is #DFEAD7. Grayscale: #1A1A1A. Windows color (decimal): -14674648 or 2626848. OLE color: 2626848.

HSL color Cylindrical-coordinate representation of color #201528: hue angle of 274.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #201528 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 21 40 -
CMYK 0.20 0.48 0 0.84
HSL 274.74º 0.31% 0.12% -
HSV(B) 274.74º 0.48% 0.16% -
XYZ 1.25 1 2.13 -
YUV 26.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 32 21 40 0.20 0.48 0 0.84 274.74 0.31 0.12
Hex 20 15 28 14 30 0 54 113 1F C
Octal 40 25 50 24 60 0 124 423 37 14
Binary 100000 10101 101000 10100 110000 0 1010100 100010011 11111 1100

Color Harmonies of #201528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201528

Black with #201528

Text Example


Text Example

White with #201528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201528; }

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

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

background-color css

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

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

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

border-color css

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

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

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