#1E252D

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

Shades of Blue Charcoal #1E252D

Tints of Blue Charcoal #1E252D

Color information

#1E252D (or 0x1E252D) is unknown color: approx Blue Charcoal. HEX triplet: 1E, 25 and 2D. RGB value is (30,37,45). Sum of RGB (Red+Green+Blue) = 30+37+45=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E252D is #E1DAD2. Grayscale: #232323. Windows color (decimal): -14801619 or 2958622. OLE color: 2958622.

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

Color convert

RGB303745-
CMYK0.330.1800.82
HSL212º20%14.71%-
HSV(B)212º33.33%17.65%-
XYZ1.671.792.74-
YUV35.82133.18123.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.79%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=26.79%
G=33.04%
B=40.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3037450.330.1800.822122014.71
Hex1E252D2112052d414f
Octal364555412201223242417
Binary11110100101101101100001100100101001011010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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