#21192D

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

Shades of Blackcurrant #21192D

Tints of Blackcurrant #21192D

Color information

#21192D (or 0x21192D) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 2D. RGB value is (33,25,45). Sum of RGB (Red+Green+Blue) = 33+25+45=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #21192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21192D is #DEE6D2. Grayscale: #1D1D1D. Windows color (decimal): -14608083 or 2955553. OLE color: 2955553.

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

Color convert

RGB332545-
CMYK0.270.4400.82
HSL264º28.57%13.73%-
HSV(B)264º44.44%17.65%-
XYZ1.451.212.64-
YUV29.67136.65130.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=32.04%
G=24.27%
B=43.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3325450.270.4400.8226428.5713.73
Hex21192D1B2C0521081de
Octal413155335401224103516
Binary100001110011011011101110110001010010100001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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