Html Css Color HEX #1E1521 Blackcurrant

📋 copy color: '#1E1521'

red 30 ◦ green 21 ◦ blue 33

#1E1521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1E1521

Tints of Blackcurrant #1E1521

RGB

 RED value IS 30 (12.11% from 255) = 35.71%

 GREEN value IS 21 (8.59% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 39.29%

R = 35.71%
G = 25%
B = 39.29%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1E1521 (or 0x1E1521) is known color: Blackcurrant. HEX triplet: 1E, 15 and 21. RGB value is (30,21,33). Sum of RGB (Red+Green+Blue) = 30+21+33=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1521 is #E1EADE. Grayscale: #191919. Windows color (decimal): -14805727 or 2168094. OLE color: 2168094.

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

Color convert

RGB 30 21 33 -
CMYK 0.09 0.36 0 0.87
HSL 285º 0.22% 0.11% -
HSV(B) 285º 0.36% 0.13% -
XYZ 1.08 0.92 1.56 -
YUV 25.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 30 21 33 0.09 0.36 0 0.87 285 0.22 0.11
Hex 1E 15 21 9 24 0 57 11D 16 B
Octal 36 25 41 11 44 0 127 435 26 13
Binary 11110 10101 100001 1001 100100 0 1010111 100011101 10110 1011

Color Harmonies of #1E1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1521

Black with #1E1521

Text Example


Text Example

White with #1E1521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1521;
 }
 .AnyTagClassName
 {
   color: #1E1521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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