Html Css Color HEX #201429 Blackcurrant

📋 copy color: '#201429'

red 32 ◦ green 20 ◦ blue 41

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

Shades of Blackcurrant #201429

Tints of Blackcurrant #201429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 34.41%
G = 21.51%
B = 44.09%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201429 (or 0x201429) is known color: Blackcurrant. HEX triplet: 20, 14 and 29. RGB value is (32,20,41). Sum of RGB (Red+Green+Blue) = 32+20+41=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #201429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201429 is #DFEBD6. Grayscale: #191919. Windows color (decimal): -14674903 or 2692128. OLE color: 2692128.

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

Color convert

RGB 32 20 41 -
CMYK 0.22 0.51 0 0.84
HSL 274.29º 0.34% 0.12% -
HSV(B) 274.29º 0.51% 0.16% -
XYZ 1.25 0.97 2.22 -
YUV 25.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 32 20 41 0.22 0.51 0 0.84 274.29 0.34 0.12
Hex 20 14 29 16 33 0 54 112 22 C
Octal 40 24 51 26 63 0 124 422 42 14
Binary 100000 10100 101001 10110 110011 0 1010100 100010010 100010 1100

Color Harmonies of #201429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201429

Black with #201429

Text Example


Text Example

White with #201429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201429; }

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

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

background-color css

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

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

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

border-color css

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

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

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