#21032D

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

Shades of Blackcurrant #21032D

Tints of Blackcurrant #21032D

Color information

#21032D (or 0x21032D) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 2D. RGB value is (33,3,45). Sum of RGB (Red+Green+Blue) = 33+3+45=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #21032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21032D is #DEFCD2. Grayscale: #101010. Windows color (decimal): -14613715 or 2949921. OLE color: 2949921.

HSL color Cylindrical-coordinate representation of color #21032D: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21032D is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33345-
CMYK0.270.9300.82
HSL282.86º87.5%9.41%-
HSV(B)282.86º93.33%17.65%-
XYZ1.130.582.53-
YUV16.76143.94139.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=40.74%
G=3.70%
B=55.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal333450.270.9300.82282.8687.59.41
Hex2132D1B5D05211b589
Octal4135533135012243313011
Binary100001111011011101110111010101001010001101110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,3,45); }

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

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

 a { background-color: rgb(33,3,45); }

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

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

 span { border-color: rgb(33,3,45); }

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