#1E0D38

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

Shades of Blackcurrant #1E0D38

Tints of Blackcurrant #1E0D38

Color information

#1E0D38 (or 0x1E0D38) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0D and 38. RGB value is (30,13,56). Sum of RGB (Red+Green+Blue) = 30+13+56=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D38 is #E1F2C7. Grayscale: #161616. Windows color (decimal): -14807752 or 3673374. OLE color: 3673374.

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

Color convert

RGB301356-
CMYK0.460.7700.78
HSL263.72º62.32%13.53%-
HSV(B)263.72º76.79%21.96%-
XYZ1.390.853.83-
YUV22.98146.63133-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=30.30%
G=13.13%
B=56.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3013560.460.7700.78263.7262.3213.53
Hex1ED382E4D04E1083ee
Octal3615705611501164107616
Binary1111011011110001011101001101010011101000010001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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