#1E0E33

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

Shades of Blackcurrant #1E0E33

Tints of Blackcurrant #1E0E33

Color information

#1E0E33 (or 0x1E0E33) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0E and 33. RGB value is (30,14,51). Sum of RGB (Red+Green+Blue) = 30+14+51=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #1E0E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E33 is #E1F1CC. Grayscale: #161616. Windows color (decimal): -14807501 or 3345950. OLE color: 3345950.

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

Color convert

RGB301451-
CMYK0.410.7300.8
HSL265.95º56.92%12.75%-
HSV(B)265.95º72.55%20%-
XYZ1.290.833.22-
YUV23143.8132.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 51 (20.31% from 255) = 53.68%
R=31.58%
G=14.74%
B=53.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3014510.410.7300.8265.9556.9212.75
Hex1EE33294905010a39d
Octal3616635111101204127115
Binary1111011101100111010011001001010100001000010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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