#1E1133

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

Shades of Blackcurrant #1E1133

Tints of Blackcurrant #1E1133

Color information

#1E1133 (or 0x1E1133) is unknown color: approx 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

RGB301751-
CMYK0.410.6700.8
HSL262.94º50%13.33%-
HSV(B)262.94º66.67%20%-
XYZ1.330.923.24-
YUV24.76142.81131.74-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3017510.410.6700.8262.945013.33
Hex1E1133294305010732d
Octal3621635110301204076215
Binary11110100011100111010011000011010100001000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>