#1E262D

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

Shades of Cinder #1E262D

Tints of Cinder #1E262D

Color information

#1E262D (or 0x1E262D) is unknown color: approx Cinder. HEX triplet: 1E, 26 and 2D. RGB value is (30,38,45). Sum of RGB (Red+Green+Blue) = 30+38+45=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E262D is #E1D9D2. Grayscale: #242424. Windows color (decimal): -14801363 or 2958878. OLE color: 2958878.

HSL color Cylindrical-coordinate representation of color #1E262D: hue angle of 208º 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 #1E262D is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB303845-
CMYK0.330.1600.82
HSL208º20%14.71%-
HSV(B)208º33.33%17.65%-
XYZ1.71.852.75-
YUV36.41132.85123.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=26.55%
G=33.63%
B=39.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3038450.330.1600.822082014.71
Hex1E262D2110052d014f
Octal364655412001223202417
Binary11110100110101101100001100000101001011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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