#1E2932

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

Shades of Cinder #1E2932

Tints of Cinder #1E2932

Color information

#1E2932 (or 0x1E2932) is unknown color: approx Cinder. HEX triplet: 1E, 29 and 32. RGB value is (30,41,50). Sum of RGB (Red+Green+Blue) = 30+41+50=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E2932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2932 is #E1D6CD. Grayscale: #262626. Windows color (decimal): -14800590 or 3287326. OLE color: 3287326.

HSL color Cylindrical-coordinate representation of color #1E2932: hue angle of 207º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E2932 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB304150-
CMYK0.400.1800.80
HSL207º25%15.69%-
HSV(B)207º40%19.61%-
XYZ1.92.093.32-
YUV38.74134.36121.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=24.79%
G=33.88%
B=41.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3041500.400.1800.802072515.69
Hex1E29322812050cf1910
Octal365162502201203173120
Binary111101010011100101010001001001010000110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,41,50); }

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

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

 a { background-color: rgb(30,41,50); }

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

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

 span { border-color: rgb(30,41,50); }

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