#1E0F30

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

Shades of Blackcurrant #1E0F30

Tints of Blackcurrant #1E0F30

Color information

#1E0F30 (or 0x1E0F30) is unknown color: approx Blackcurrant. HEX triplet: 1E, 0F and 30. RGB value is (30,15,48). Sum of RGB (Red+Green+Blue) = 30+15+48=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F30 is #E1F0CF. Grayscale: #171717. Windows color (decimal): -14807248 or 3149598. OLE color: 3149598.

HSL color Cylindrical-coordinate representation of color #1E0F30: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E0F30 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB301548-
CMYK0.370.6900.81
HSL267.27º52.38%12.35%-
HSV(B)267.27º68.75%18.82%-
XYZ1.240.832.89-
YUV23.25141.97132.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=32.26%
G=16.13%
B=51.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3015480.370.6900.81267.2752.3812.35
Hex1EF30254505110b34c
Octal3617604510501214136414
Binary1111011111100001001011000101010100011000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,48); }

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

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

 a { background-color: rgb(30,15,48); }

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

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

 span { border-color: rgb(30,15,48); }

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