Html Css Color HEX #201427 Blackcurrant

📋 copy color: '#201427'

red 32 ◦ green 20 ◦ blue 39

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

Shades of Blackcurrant #201427

Tints of Blackcurrant #201427

RGB

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

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

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

R = 35.16%
G = 21.98%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201427 (or 0x201427) is known color: Blackcurrant. HEX triplet: 20, 14 and 27. RGB value is (32,20,39). Sum of RGB (Red+Green+Blue) = 32+20+39=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #201427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201427 is #DFEBD8. Grayscale: #191919. Windows color (decimal): -14674905 or 2561056. OLE color: 2561056.

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

Color convert

RGB 32 20 39 -
CMYK 0.18 0.49 0 0.85
HSL 277.89º 0.32% 0.12% -
HSV(B) 277.89º 0.49% 0.15% -
XYZ 1.21 0.95 2.04 -
YUV 25.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 32 20 39 0.18 0.49 0 0.85 277.89 0.32 0.12
Hex 20 14 27 12 31 0 55 116 20 C
Octal 40 24 47 22 61 0 125 426 40 14
Binary 100000 10100 100111 10010 110001 0 1010101 100010110 100000 1100

Color Harmonies of #201427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201427

Black with #201427

Text Example


Text Example

White with #201427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201427; }

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

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

background-color css

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

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

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

border-color css

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

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

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