Html Css Color HEX #200331 Blackcurrant

📋 copy color: '#200331'

red 32 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #200331

Tints of Blackcurrant #200331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 58.33%

R = 38.1%
G = 3.57%
B = 58.33%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200331 (or 0x200331) is known color: Blackcurrant. HEX triplet: 20, 03 and 31. RGB value is (32,3,49). Sum of RGB (Red+Green+Blue) = 32+3+49=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #200331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200331 is #DFFCCE. Grayscale: #101010. Windows color (decimal): -14679247 or 3212064. OLE color: 3212064.

HSL color Cylindrical-coordinate representation of color #200331: hue angle of 277.83º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200331 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 3 49 -
CMYK 0.35 0.94 0 0.81
HSL 277.83º 0.88% 0.1% -
HSV(B) 277.83º 0.94% 0.19% -
XYZ 1.18 0.59 2.96 -
YUV 16.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 32 3 49 0.35 0.94 0 0.81 277.83 0.88 0.1
Hex 20 3 31 23 5E 0 51 116 58 A
Octal 40 3 61 43 136 0 121 426 130 12
Binary 100000 11 110001 100011 1011110 0 1010001 100010110 1011000 1010

Color Harmonies of #200331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200331

Black with #200331

Text Example


Text Example

White with #200331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200331; }

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

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

background-color css

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

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

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

border-color css

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

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

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