Html Css Color HEX #20142C Blackcurrant

📋 copy color: '#20142C'

red 32 ◦ green 20 ◦ blue 44

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

Shades of Blackcurrant #20142C

Tints of Blackcurrant #20142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 45.83%

R = 33.33%
G = 20.83%
B = 45.83%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20142C (or 0x20142C) is known color: Blackcurrant. HEX triplet: 20, 14 and 2C. RGB value is (32,20,44). Sum of RGB (Red+Green+Blue) = 32+20+44=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #20142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20142C is #DFEBD3. Grayscale: #1A1A1A. Windows color (decimal): -14674900 or 2888736. OLE color: 2888736.

HSL color Cylindrical-coordinate representation of color #20142C: hue angle of 270º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20142C is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 20 44 -
CMYK 0.27 0.55 0 0.83
HSL 270º 0.38% 0.13% -
HSV(B) 270º 0.55% 0.17% -
XYZ 1.3 0.99 2.51 -
YUV 26.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 32 20 44 0.27 0.55 0 0.83 270 0.38 0.13
Hex 20 14 2C 1B 37 0 53 10E 26 D
Octal 40 24 54 33 67 0 123 416 46 15
Binary 100000 10100 101100 11011 110111 0 1010011 100001110 100110 1101

Color Harmonies of #20142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20142C

Black with #20142C

Text Example


Text Example

White with #20142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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