Html Css Color HEX #200429 Blackcurrant

📋 copy color: '#200429'

red 32 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #200429

Tints of Blackcurrant #200429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.19%

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

R = 41.56%
G = 5.19%
B = 53.25%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200429 (or 0x200429) is known color: Blackcurrant. HEX triplet: 20, 04 and 29. RGB value is (32,4,41). Sum of RGB (Red+Green+Blue) = 32+4+41=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #200429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200429 is #DFFBD6. Grayscale: #101010. Windows color (decimal): -14678999 or 2688032. OLE color: 2688032.

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

Color convert

RGB 32 4 41 -
CMYK 0.22 0.90 0 0.84
HSL 285.41º 0.82% 0.09% -
HSV(B) 285.41º 0.9% 0.16% -
XYZ 1.04 0.55 2.15 -
YUV 16.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 32 4 41 0.22 0.90 0 0.84 285.41 0.82 0.09
Hex 20 4 29 16 5A 0 54 11D 52 9
Octal 40 4 51 26 132 0 124 435 122 11
Binary 100000 100 101001 10110 1011010 0 1010100 100011101 1010010 1001

Color Harmonies of #200429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200429

Black with #200429

Text Example


Text Example

White with #200429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200429; }

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

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

background-color css

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

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

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

border-color css

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

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

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