#1E1421

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

Shades of Blackcurrant #1E1421

Tints of Blackcurrant #1E1421

Color information

#1E1421 (or 0x1E1421) is unknown color: approx Blackcurrant. HEX triplet: 1E, 14 and 21. RGB value is (30,20,33). Sum of RGB (Red+Green+Blue) = 30+20+33=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1421 is #E1EBDE. Grayscale: #181818. Windows color (decimal): -14805983 or 2167838. OLE color: 2167838.

HSL color Cylindrical-coordinate representation of color #1E1421: hue angle of 286.15º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E1421 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB302033-
CMYK0.090.3900.87
HSL286.15º24.53%10.39%-
HSV(B)286.15º39.39%12.94%-
XYZ1.060.891.55-
YUV24.47132.81131.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=36.14%
G=24.10%
B=39.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3020330.090.3900.87286.1524.5310.39
Hex1E142192705711e19a
Octal362441114701274363112
Binary1111010100100001100110011101010111100011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1421; }

 p { color: rgb(30,20,33); }

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

<style>
 a { background-color: #1E1421; }

 a { background-color: rgb(30,20,33); }

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

<style>
 span { border-color: #1E1421; }

 span { border-color: rgb(30,20,33); }

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