Html Css Color HEX #200329 Blackcurrant

📋 copy color: '#200329'

red 32 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #200329

Tints of Blackcurrant #200329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

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

R = 42.11%
G = 3.95%
B = 53.95%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200329 (or 0x200329) is known color: Blackcurrant. HEX triplet: 20, 03 and 29. RGB value is (32,3,41). Sum of RGB (Red+Green+Blue) = 32+3+41=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #200329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200329 is #DFFCD6. Grayscale: #0F0F0F. Windows color (decimal): -14679255 or 2687776. OLE color: 2687776.

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

Color convert

RGB 32 3 41 -
CMYK 0.22 0.93 0 0.84
HSL 285.79º 0.86% 0.09% -
HSV(B) 285.79º 0.93% 0.16% -
XYZ 1.03 0.53 2.15 -
YUV 16 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 32 3 41 0.22 0.93 0 0.84 285.79 0.86 0.09
Hex 20 3 29 16 5D 0 54 11E 56 9
Octal 40 3 51 26 135 0 124 436 126 11
Binary 100000 11 101001 10110 1011101 0 1010100 100011110 1010110 1001

Color Harmonies of #200329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200329

Black with #200329

Text Example


Text Example

White with #200329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200329; }

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

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

background-color css

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

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

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

border-color css

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

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

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