#21112D

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

Shades of Blackcurrant #21112D

Tints of Blackcurrant #21112D

Color information

#21112D (or 0x21112D) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 2D. RGB value is (33,17,45). Sum of RGB (Red+Green+Blue) = 33+17+45=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #21112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21112D is #DEEED2. Grayscale: #181818. Windows color (decimal): -14610131 or 2953505. OLE color: 2953505.

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

Color convert

RGB331745-
CMYK0.270.6200.82
HSL274.29º45.16%12.16%-
HSV(B)274.29º62.22%17.65%-
XYZ1.30.912.59-
YUV24.98139.3133.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=34.74%
G=17.89%
B=47.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3317450.270.6200.82274.2945.1612.16
Hex21112D1B3E0521122dc
Octal412155337601224225514
Binary1000011000110110111011111110010100101000100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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