Html Css Color HEX #201729 Blackcurrant

📋 copy color: '#201729'

red 32 ◦ green 23 ◦ blue 41

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

Shades of Blackcurrant #201729

Tints of Blackcurrant #201729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 33.33%
G = 23.96%
B = 42.71%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201729 (or 0x201729) is known color: Blackcurrant. HEX triplet: 20, 17 and 29. RGB value is (32,23,41). Sum of RGB (Red+Green+Blue) = 32+23+41=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #201729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201729 is #DFE8D6. Grayscale: #1B1B1B. Windows color (decimal): -14674135 or 2692896. OLE color: 2692896.

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

Color convert

RGB 32 23 41 -
CMYK 0.22 0.44 0 0.84
HSL 270º 0.28% 0.13% -
HSV(B) 270º 0.44% 0.16% -
XYZ 1.3 1.08 2.24 -
YUV 27.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 32 23 41 0.22 0.44 0 0.84 270 0.28 0.13
Hex 20 17 29 16 2C 0 54 10E 1C D
Octal 40 27 51 26 54 0 124 416 34 15
Binary 100000 10111 101001 10110 101100 0 1010100 100001110 11100 1101

Color Harmonies of #201729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201729

Black with #201729

Text Example


Text Example

White with #201729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201729; }

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

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

background-color css

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

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

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

border-color css

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

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

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