#1E262E

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

Shades of Blue Charcoal #1E262E

Tints of Blue Charcoal #1E262E

Color information

#1E262E (or 0x1E262E) is unknown color: approx Blue Charcoal. HEX triplet: 1E, 26 and 2E. RGB value is (30,38,46). Sum of RGB (Red+Green+Blue) = 30+38+46=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E262E is #E1D9D1. Grayscale: #242424. Windows color (decimal): -14801362 or 3024414. OLE color: 3024414.

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

Color convert

RGB303846-
CMYK0.350.1700.82
HSL210º21.05%14.9%-
HSV(B)210º34.78%18.04%-
XYZ1.721.862.85-
YUV36.52133.35123.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.32%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=26.32%
G=33.33%
B=40.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3038460.350.1700.8221021.0514.9
Hex1E262E2311052d215f
Octal364656432101223222517
Binary11110100110101110100011100010101001011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,46); }

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

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

 a { background-color: rgb(30,38,46); }

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

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

 span { border-color: rgb(30,38,46); }

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