#1E0338

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

Shades of Blackcurrant #1E0338

Tints of Blackcurrant #1E0338

Color information

#1E0338 (or 0x1E0338) is unknown color: approx Blackcurrant. HEX triplet: 1E, 03 and 38. RGB value is (30,3,56). Sum of RGB (Red+Green+Blue) = 30+3+56=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0338 is #E1FCC7. Grayscale: #101010. Windows color (decimal): -14810312 or 3670814. OLE color: 3670814.

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

Color convert

RGB30356-
CMYK0.460.9500.78
HSL270.57º89.83%11.57%-
HSV(B)270.57º94.64%21.96%-
XYZ1.280.633.79-
YUV17.11149.95137.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=33.71%
G=3.37%
B=62.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal303560.460.9500.78270.5789.8311.57
Hex1E3382E5F04E10f5ac
Octal3637056137011641713214
Binary111101111100010111010111110100111010000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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