#21192A

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

Shades of Blackcurrant #21192A

Tints of Blackcurrant #21192A

Color information

#21192A (or 0x21192A) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 2A. RGB value is (33,25,42). Sum of RGB (Red+Green+Blue) = 33+25+42=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #21192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21192A is #DEE6D5. Grayscale: #1D1D1D. Windows color (decimal): -14608086 or 2758945. OLE color: 2758945.

HSL color Cylindrical-coordinate representation of color #21192A: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21192A is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332542-
CMYK0.210.4000.84
HSL268.24º25.37%13.14%-
HSV(B)268.24º40.48%16.47%-
XYZ1.391.192.35-
YUV29.33135.15130.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 42%
R=33%
G=25%
B=42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3325420.210.4000.84268.2425.3713.14
Hex21192A152805410c19d
Octal413152255001244143115
Binary100001110011010101010110100001010100100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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