#21062D

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

Shades of Blackcurrant #21062D

Tints of Blackcurrant #21062D

Color information

#21062D (or 0x21062D) is unknown color: approx Blackcurrant. HEX triplet: 21, 06 and 2D. RGB value is (33,6,45). Sum of RGB (Red+Green+Blue) = 33+6+45=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #21062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21062D is #DEF9D2. Grayscale: #121212. Windows color (decimal): -14612947 or 2950689. OLE color: 2950689.

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

Color convert

RGB33645-
CMYK0.270.8700.82
HSL281.54º76.47%10%-
HSV(B)281.54º86.67%17.65%-
XYZ1.170.642.55-
YUV18.52142.95138.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=39.29%
G=7.14%
B=53.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal336450.270.8700.82281.5476.4710
Hex2162D1B5705211a4ca
Octal4165533127012243211412
Binary1000011101011011101110101110101001010001101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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