Html Css Color HEX #1E0021 Blackcurrant

📋 copy color: '#1E0021'

red 30 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #1E0021

Tints of Blackcurrant #1E0021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1E0021 (or 0x1E0021) is known color: Blackcurrant. HEX triplet: 1E, 00 and 21. RGB value is (30,0,33). Sum of RGB (Red+Green+Blue) = 30+0+33=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E0021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0021 is #E1FFDE. Grayscale: #0C0C0C. Windows color (decimal): -14811103 or 2162718. OLE color: 2162718.

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

Color convert

RGB 30 0 33 -
CMYK 0.09 1 0 0.87
HSL 294.55º 1% 0.06% -
HSV(B) 294.55º 1% 0.13% -
XYZ 0.81 0.39 1.47 -
YUV 12.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 30 0 33 0.09 1 0 0.87 294.55 1 0.06
Hex 1E 0 21 9 64 0 57 127 64 6
Octal 36 0 41 11 144 0 127 447 144 6
Binary 11110 0 100001 1001 1100100 0 1010111 100100111 1100100 110

Color Harmonies of #1E0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0021

Black with #1E0021

Text Example


Text Example

White with #1E0021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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