#20132D

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

Shades of Blackcurrant #20132D

Tints of Blackcurrant #20132D

Color information

#20132D (or 0x20132D) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 2D. RGB value is (32,19,45). Sum of RGB (Red+Green+Blue) = 32+19+45=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #20132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132D is #DFECD2. Grayscale: #191919. Windows color (decimal): -14675155 or 2954016. OLE color: 2954016.

HSL color Cylindrical-coordinate representation of color #20132D: hue angle of 270º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20132D is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB321945-
CMYK0.290.5800.82
HSL270º40.62%12.55%-
HSV(B)270º57.78%17.65%-
XYZ1.30.962.6-
YUV25.85138.81132.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=33.33%
G=19.79%
B=46.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3219450.290.5800.8227040.6212.55
Hex20132D1D3A05210e29d
Octal402355357201224165115
Binary1000001001110110111101111010010100101000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20132D; }

 p { color: rgb(32,19,45); }

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

<style>
 a { background-color: #20132D; }

 a { background-color: rgb(32,19,45); }

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

<style>
 span { border-color: #20132D; }

 span { border-color: rgb(32,19,45); }

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