Html Css Color HEX #201529 Blackcurrant

📋 copy color: '#201529'

red 32 ◦ green 21 ◦ blue 41

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

Shades of Blackcurrant #201529

Tints of Blackcurrant #201529

RGB

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

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

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

R = 34.04%
G = 22.34%
B = 43.62%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201529 (or 0x201529) is known color: Blackcurrant. HEX triplet: 20, 15 and 29. RGB value is (32,21,41). Sum of RGB (Red+Green+Blue) = 32+21+41=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #201529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201529 is #DFEAD6. Grayscale: #1A1A1A. Windows color (decimal): -14674647 or 2692384. OLE color: 2692384.

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

Color convert

RGB 32 21 41 -
CMYK 0.22 0.49 0 0.84
HSL 273º 0.32% 0.12% -
HSV(B) 273º 0.49% 0.16% -
XYZ 1.26 1 2.22 -
YUV 26.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 32 21 41 0.22 0.49 0 0.84 273 0.32 0.12
Hex 20 15 29 16 31 0 54 111 20 C
Octal 40 25 51 26 61 0 124 421 40 14
Binary 100000 10101 101001 10110 110001 0 1010100 100010001 100000 1100

Color Harmonies of #201529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201529

Black with #201529

Text Example


Text Example

White with #201529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201529; }

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

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

background-color css

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

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

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

border-color css

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

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

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