#20152C

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

Shades of Blackcurrant #20152C

Tints of Blackcurrant #20152C

Color information

#20152C (or 0x20152C) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 2C. RGB value is (32,21,44). Sum of RGB (Red+Green+Blue) = 32+21+44=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #20152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152C is #DFEAD3. Grayscale: #1A1A1A. Windows color (decimal): -14674644 or 2888992. OLE color: 2888992.

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

Color convert

RGB322144-
CMYK0.270.5200.83
HSL268.7º35.38%12.75%-
HSV(B)268.7º52.27%17.25%-
XYZ1.321.032.51-
YUV26.91137.64131.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=32.99%
G=21.65%
B=45.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3221440.270.5200.83268.735.3812.75
Hex20152C1B3405310d23d
Octal402554336401234154315
Binary1000001010110110011011110100010100111000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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