#1E1134

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

Shades of Blackcurrant #1E1134

Tints of Blackcurrant #1E1134

Color information

#1E1134 (or 0x1E1134) is unknown color: approx Blackcurrant. HEX triplet: 1E, 11 and 34. RGB value is (30,17,52). Sum of RGB (Red+Green+Blue) = 30+17+52=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1134 is #E1EECB. Grayscale: #181818. Windows color (decimal): -14806732 or 3412254. OLE color: 3412254.

HSL color Cylindrical-coordinate representation of color #1E1134: hue angle of 262.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E1134 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB301752-
CMYK0.420.6700.80
HSL262.29º50.72%13.53%-
HSV(B)262.29º67.31%20.39%-
XYZ1.360.923.36-
YUV24.88143.31131.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=30.30%
G=17.17%
B=52.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3017520.420.6700.80262.2950.7213.53
Hex1E11342A4305010633e
Octal3621645210301204066316
Binary11110100011101001010101000011010100001000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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