Html Css Color HEX #1E1133 Blackcurrant

📋 copy color: '#1E1133'

red 30 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #1E1133

Tints of Blackcurrant #1E1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 51 (20.31% from 255) = 52.04%

R = 30.61%
G = 17.35%
B = 52.04%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#1E1133 (or 0x1E1133) is known color: Blackcurrant. HEX triplet: 1E, 11 and 33. RGB value is (30,17,51). Sum of RGB (Red+Green+Blue) = 30+17+51=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #1E1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1133 is #E1EECC. Grayscale: #181818. Windows color (decimal): -14806733 or 3346718. OLE color: 3346718.

HSL color Cylindrical-coordinate representation of color #1E1133: hue angle of 262.94º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E1133 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 30 17 51 -
CMYK 0.41 0.67 0 0.8
HSL 262.94º 0.5% 0.13% -
HSV(B) 262.94º 0.67% 0.2% -
XYZ 1.33 0.92 3.24 -
YUV 24.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 30 17 51 0.41 0.67 0 0.8 262.94 0.5 0.13
Hex 1E 11 33 29 43 0 50 107 32 D
Octal 36 21 63 51 103 0 120 407 62 15
Binary 11110 10001 110011 101001 1000011 0 1010000 100000111 110010 1101

Color Harmonies of #1E1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1133

Black with #1E1133

Text Example


Text Example

White with #1E1133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,51); }

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

background-color css

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

 a { background-color: rgb(30,17,51); }

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

border-color css

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

 span { border-color: rgb(30,17,51); }

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