Html Css Color HEX #201431 Blackcurrant

📋 copy color: '#201431'

red 32 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #201431

Tints of Blackcurrant #201431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 31.68%
G = 19.8%
B = 48.51%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#201431 (or 0x201431) is known color: Blackcurrant. HEX triplet: 20, 14 and 31. RGB value is (32,20,49). Sum of RGB (Red+Green+Blue) = 32+20+49=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #201431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201431 is #DFEBCE. Grayscale: #1A1A1A. Windows color (decimal): -14674895 or 3216416. OLE color: 3216416.

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

Color convert

RGB 32 20 49 -
CMYK 0.35 0.59 0 0.81
HSL 264.83º 0.42% 0.14% -
HSV(B) 264.83º 0.59% 0.19% -
XYZ 1.4 1.03 3.03 -
YUV 26.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 32 20 49 0.35 0.59 0 0.81 264.83 0.42 0.14
Hex 20 14 31 23 3B 0 51 109 2A E
Octal 40 24 61 43 73 0 121 411 52 16
Binary 100000 10100 110001 100011 111011 0 1010001 100001001 101010 1110

Color Harmonies of #201431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201431

Black with #201431

Text Example


Text Example

White with #201431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201431; }

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

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

background-color css

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

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

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

border-color css

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

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

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