Html Css Color HEX #20142B Blackcurrant

📋 copy color: '#20142B'

red 32 ◦ green 20 ◦ blue 43

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

Shades of Blackcurrant #20142B

Tints of Blackcurrant #20142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.26%

R = 33.68%
G = 21.05%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20142B (or 0x20142B) is known color: Blackcurrant. HEX triplet: 20, 14 and 2B. RGB value is (32,20,43). Sum of RGB (Red+Green+Blue) = 32+20+43=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #20142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20142B is #DFEBD4. Grayscale: #1A1A1A. Windows color (decimal): -14674901 or 2823200. OLE color: 2823200.

HSL color Cylindrical-coordinate representation of color #20142B: hue angle of 271.3º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20142B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 20 43 -
CMYK 0.26 0.53 0 0.83
HSL 271.3º 0.37% 0.12% -
HSV(B) 271.3º 0.53% 0.17% -
XYZ 1.28 0.98 2.41 -
YUV 26.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 32 20 43 0.26 0.53 0 0.83 271.3 0.37 0.12
Hex 20 14 2B 1A 35 0 53 10F 25 C
Octal 40 24 53 32 65 0 123 417 45 14
Binary 100000 10100 101011 11010 110101 0 1010011 100001111 100101 1100

Color Harmonies of #20142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20142B

Black with #20142B

Text Example


Text Example

White with #20142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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