Html Css Color HEX #201327 Blackcurrant

📋 copy color: '#201327'

red 32 ◦ green 19 ◦ blue 39

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

Shades of Blackcurrant #201327

Tints of Blackcurrant #201327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 43.33%

R = 35.56%
G = 21.11%
B = 43.33%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201327 (or 0x201327) is known color: Blackcurrant. HEX triplet: 20, 13 and 27. RGB value is (32,19,39). Sum of RGB (Red+Green+Blue) = 32+19+39=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #201327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201327 is #DFECD8. Grayscale: #191919. Windows color (decimal): -14675161 or 2560800. OLE color: 2560800.

HSL color Cylindrical-coordinate representation of color #201327: hue angle of 279º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #201327 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 19 39 -
CMYK 0.18 0.51 0 0.85
HSL 279º 0.34% 0.11% -
HSV(B) 279º 0.51% 0.15% -
XYZ 1.19 0.92 2.03 -
YUV 25.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 32 19 39 0.18 0.51 0 0.85 279 0.34 0.11
Hex 20 13 27 12 33 0 55 117 22 B
Octal 40 23 47 22 63 0 125 427 42 13
Binary 100000 10011 100111 10010 110011 0 1010101 100010111 100010 1011

Color Harmonies of #201327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201327

Black with #201327

Text Example


Text Example

White with #201327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201327; }

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

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

background-color css

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

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

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

border-color css

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

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

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