Html Css Color HEX #201329 Blackcurrant

📋 copy color: '#201329'

red 32 ◦ green 19 ◦ blue 41

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

Shades of Blackcurrant #201329

Tints of Blackcurrant #201329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 34.78%
G = 20.65%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201329 (or 0x201329) is known color: Blackcurrant. HEX triplet: 20, 13 and 29. RGB value is (32,19,41). Sum of RGB (Red+Green+Blue) = 32+19+41=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #201329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201329 is #DFECD6. Grayscale: #191919. Windows color (decimal): -14675159 or 2691872. OLE color: 2691872.

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

Color convert

RGB 32 19 41 -
CMYK 0.22 0.54 0 0.84
HSL 275.45º 0.37% 0.12% -
HSV(B) 275.45º 0.54% 0.16% -
XYZ 1.23 0.93 2.21 -
YUV 25.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 32 19 41 0.22 0.54 0 0.84 275.45 0.37 0.12
Hex 20 13 29 16 36 0 54 113 25 C
Octal 40 23 51 26 66 0 124 423 45 14
Binary 100000 10011 101001 10110 110110 0 1010100 100010011 100101 1100

Color Harmonies of #201329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201329

Black with #201329

Text Example


Text Example

White with #201329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201329; }

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

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

background-color css

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

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

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

border-color css

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

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

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