Html Css Color HEX #200132 Blackcurrant

📋 copy color: '#200132'

red 32 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #200132

Tints of Blackcurrant #200132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 38.55%
G = 1.2%
B = 60.24%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#200132 (or 0x200132) is known color: Blackcurrant. HEX triplet: 20, 01 and 32. RGB value is (32,1,50). Sum of RGB (Red+Green+Blue) = 32+1+50=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #200132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200132 is #DFFECD. Grayscale: #0F0F0F. Windows color (decimal): -14679758 or 3277088. OLE color: 3277088.

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

Color convert

RGB 32 1 50 -
CMYK 0.36 0.98 0 0.80
HSL 277.96º 0.96% 0.1% -
HSV(B) 277.96º 0.98% 0.2% -
XYZ 1.18 0.56 3.06 -
YUV 15.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 32 1 50 0.36 0.98 0 0.80 277.96 0.96 0.1
Hex 20 1 32 24 62 0 50 116 60 A
Octal 40 1 62 44 142 0 120 426 140 12
Binary 100000 1 110010 100100 1100010 0 1010000 100010110 1100000 1010

Color Harmonies of #200132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200132

Black with #200132

Text Example


Text Example

White with #200132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200132; }

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

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

background-color css

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

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

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

border-color css

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

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

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