#1E112D

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

Shades of Blackcurrant #1E112D

Tints of Blackcurrant #1E112D

Color information

#1E112D (or 0x1E112D) is unknown color: approx Blackcurrant. HEX triplet: 1E, 11 and 2D. RGB value is (30,17,45). Sum of RGB (Red+Green+Blue) = 30+17+45=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E112D is #E1EED2. Grayscale: #171717. Windows color (decimal): -14806739 or 2953502. OLE color: 2953502.

HSL color Cylindrical-coordinate representation of color #1E112D: hue angle of 267.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E112D is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB301745-
CMYK0.330.6200.82
HSL267.86º45.16%12.16%-
HSV(B)267.86º62.22%17.65%-
XYZ1.210.872.59-
YUV24.08139.81132.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=32.61%
G=18.48%
B=48.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3017450.330.6200.82267.8645.1612.16
Hex1E112D213E05210c2dc
Octal362155417601224145514
Binary1111010001101101100001111110010100101000011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,45); }

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

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

 a { background-color: rgb(30,17,45); }

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

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

 span { border-color: rgb(30,17,45); }

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