Html Css Color HEX #200032 Blackcurrant

📋 copy color: '#200032'

red 32 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #200032

Tints of Blackcurrant #200032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 60.98%

R = 39.02%
G = 0%
B = 60.98%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#200032 (or 0x200032) is known color: Blackcurrant. HEX triplet: 20, 00 and 32. RGB value is (32,0,50). Sum of RGB (Red+Green+Blue) = 32+0+50=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #200032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200032 is #DFFFCD. Grayscale: #0F0F0F. Windows color (decimal): -14680014 or 3276832. OLE color: 3276832.

HSL color Cylindrical-coordinate representation of color #200032: hue angle of 278.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200032 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 0 50 -
CMYK 0.36 1 0 0.80
HSL 278.4º 1% 0.1% -
HSV(B) 278.4º 1% 0.2% -
XYZ 1.17 0.54 3.06 -
YUV 15.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 32 0 50 0.36 1 0 0.80 278.4 1 0.1
Hex 20 0 32 24 64 0 50 116 64 A
Octal 40 0 62 44 144 0 120 426 144 12
Binary 100000 0 110010 100100 1100100 0 1010000 100010110 1100100 1010

Color Harmonies of #200032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200032

Black with #200032

Text Example


Text Example

White with #200032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200032; }

 p { color: rgb(32,0,50); }

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

background-color css

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

 a { background-color: rgb(32,0,50); }

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

border-color css

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

 span { border-color: rgb(32,0,50); }

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