#20142B

Color #20142B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #20142B

Tints of Blackcurrant #20142B

Color information

#20142B (or 0x20142B) is unknown color: approx 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

RGB322043-
CMYK0.260.5300.83
HSL271.3º36.51%12.35%-
HSV(B)271.3º53.49%16.86%-
XYZ1.280.982.41-
YUV26.21137.48132.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3220430.260.5300.83271.336.5112.35
Hex20142B1A3505310f25c
Octal402453326501234174514
Binary1000001010010101111010110101010100111000011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>