#1E053F

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

Shades of Blackcurrant #1E053F

Tints of Blackcurrant #1E053F

Color information

#1E053F (or 0x1E053F) is unknown color: approx Blackcurrant. HEX triplet: 1E, 05 and 3F. RGB value is (30,5,63). Sum of RGB (Red+Green+Blue) = 30+5+63=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E053F is #E1FAC0. Grayscale: #121212. Windows color (decimal): -14809793 or 4130078. OLE color: 4130078.

HSL color Cylindrical-coordinate representation of color #1E053F: hue angle of 265.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E053F is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB30563-
CMYK0.520.9200.75
HSL265.86º85.29%13.33%-
HSV(B)265.86º92.06%24.71%-
XYZ1.490.744.77-
YUV19.09152.78135.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.61%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 63 (25% from 255) = 64.29%
R=30.61%
G=5.10%
B=64.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal305630.520.9200.75265.8685.2913.33
Hex1E53F345C04B10a55d
Octal3657764134011341212515
Binary1111010111111111010010111000100101110000101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,63); }

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

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

 a { background-color: rgb(30,5,63); }

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

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

 span { border-color: rgb(30,5,63); }

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