#20152A

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

Shades of Blackcurrant #20152A

Tints of Blackcurrant #20152A

Color information

#20152A (or 0x20152A) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 2A. RGB value is (32,21,42). Sum of RGB (Red+Green+Blue) = 32+21+42=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #20152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152A is #DFEAD5. Grayscale: #1A1A1A. Windows color (decimal): -14674646 or 2757920. OLE color: 2757920.

HSL color Cylindrical-coordinate representation of color #20152A: hue angle of 271.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #20152A is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB322142-
CMYK0.240.5000.84
HSL271.43º33.33%12.35%-
HSV(B)271.43º50%16.47%-
XYZ1.281.012.32-
YUV26.68136.64131.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=33.68%
G=22.11%
B=44.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3221420.240.5000.84271.4333.3312.35
Hex20152A183205410f21c
Octal402552306201244174114
Binary1000001010110101011000110010010101001000011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20152A; }

 p { color: rgb(32,21,42); }

 H1.HeaderClassName
 {
   color: #20152A;
 }
 .AnyTagClassName
 {
   color: #20152A;
 }
</style>
background-color css

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

 a { background-color: rgb(32,21,42); }

 div.DivClassName
 {
   background-color: #20152A;
 }
 .BgClassName
 {
   background-color: #20152A;
 }
</style>
border-color css

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

 span { border-color: rgb(32,21,42); }

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