Html Css Color HEX #201829 Blackcurrant

📋 copy color: '#201829'

red 32 ◦ green 24 ◦ blue 41

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

Shades of Blackcurrant #201829

Tints of Blackcurrant #201829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 32.99%
G = 24.74%
B = 42.27%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201829 (or 0x201829) is known color: Blackcurrant. HEX triplet: 20, 18 and 29. RGB value is (32,24,41). Sum of RGB (Red+Green+Blue) = 32+24+41=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #201829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201829 is #DFE7D6. Grayscale: #1C1C1C. Windows color (decimal): -14673879 or 2693152. OLE color: 2693152.

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

Color convert

RGB 32 24 41 -
CMYK 0.22 0.41 0 0.84
HSL 268.24º 0.26% 0.13% -
HSV(B) 268.24º 0.41% 0.16% -
XYZ 1.32 1.12 2.24 -
YUV 28.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 32 24 41 0.22 0.41 0 0.84 268.24 0.26 0.13
Hex 20 18 29 16 29 0 54 10C 1A D
Octal 40 30 51 26 51 0 124 414 32 15
Binary 100000 11000 101001 10110 101001 0 1010100 100001100 11010 1101

Color Harmonies of #201829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201829

Black with #201829

Text Example


Text Example

White with #201829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201829; }

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

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

background-color css

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

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

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

border-color css

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

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

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