#1E0248

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

Shades of Blackcurrant #1E0248

Tints of Blackcurrant #1E0248

Color information

#1E0248 (or 0x1E0248) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 48. RGB value is (30,2,72). Sum of RGB (Red+Green+Blue) = 30+2+72=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0248 is #E1FDB7. Grayscale: #121212. Windows color (decimal): -14810552 or 4719134. OLE color: 4719134.

HSL color Cylindrical-coordinate representation of color #1E0248: hue angle of 264º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0248 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB30272-
CMYK0.580.9700.72
HSL264º94.59%14.51%-
HSV(B)264º97.22%28.24%-
XYZ1.730.796.19-
YUV18.35158.28136.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.85%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=28.85%
G=1.92%
B=69.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal302720.580.9700.7226494.5914.51
Hex1E2483A610481085ff
Octal36211072141011041013717
Binary1111010100100011101011000010100100010000100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,72); }

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

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

 a { background-color: rgb(30,2,72); }

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

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

 span { border-color: rgb(30,2,72); }

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