Html Css Color HEX #201328 Blackcurrant

📋 copy color: '#201328'

red 32 ◦ green 19 ◦ blue 40

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

Shades of Blackcurrant #201328

Tints of Blackcurrant #201328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 40 (16.02% from 255) = 43.96%

R = 35.16%
G = 20.88%
B = 43.96%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201328 (or 0x201328) is known color: Blackcurrant. HEX triplet: 20, 13 and 28. RGB value is (32,19,40). Sum of RGB (Red+Green+Blue) = 32+19+40=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #201328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201328 is #DFECD7. Grayscale: #191919. Windows color (decimal): -14675160 or 2626336. OLE color: 2626336.

HSL color Cylindrical-coordinate representation of color #201328: hue angle of 277.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #201328 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 19 40 -
CMYK 0.20 0.52 0 0.84
HSL 277.14º 0.36% 0.12% -
HSV(B) 277.14º 0.53% 0.16% -
XYZ 1.21 0.93 2.12 -
YUV 25.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 32 19 40 0.20 0.52 0 0.84 277.14 0.36 0.12
Hex 20 13 28 14 34 0 54 115 24 C
Octal 40 23 50 24 64 0 124 425 44 14
Binary 100000 10011 101000 10100 110100 0 1010100 100010101 100100 1100

Color Harmonies of #201328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201328

Black with #201328

Text Example


Text Example

White with #201328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201328; }

 p { color: rgb(32,19,40); }

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

background-color css

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

 a { background-color: rgb(32,19,40); }

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

border-color css

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

 span { border-color: rgb(32,19,40); }

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