#1E033C

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

Shades of Blackcurrant #1E033C

Tints of Blackcurrant #1E033C

Color information

#1E033C (or 0x1E033C) is unknown color: approx Blackcurrant. HEX triplet: 1E, 03 and 3C. RGB value is (30,3,60). Sum of RGB (Red+Green+Blue) = 30+3+60=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033C is #E1FCC3. Grayscale: #111111. Windows color (decimal): -14810308 or 3932958. OLE color: 3932958.

HSL color Cylindrical-coordinate representation of color #1E033C: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E033C is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB30360-
CMYK0.500.9500.76
HSL268.42º90.48%12.35%-
HSV(B)268.42º95%23.53%-
XYZ1.380.674.33-
YUV17.57151.95136.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=32.26%
G=3.23%
B=64.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal303600.500.9500.76268.4290.4812.35
Hex1E33C325F04C10c5ac
Octal3637462137011441413214
Binary111101111110011001010111110100110010000110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,3,60); }

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

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

 a { background-color: rgb(30,3,60); }

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

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

 span { border-color: rgb(30,3,60); }

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