#1D2730

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

Shades of Cinder #1D2730

Tints of Cinder #1D2730

Color information

#1D2730 (or 0x1D2730) is unknown color: approx Cinder. HEX triplet: 1D, 27 and 30. RGB value is (29,39,48). Sum of RGB (Red+Green+Blue) = 29+39+48=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2730 is #E2D8CF. Grayscale: #242424. Windows color (decimal): -14866640 or 3155741. OLE color: 3155741.

HSL color Cylindrical-coordinate representation of color #1D2730: hue angle of 208.42º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D2730 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB293948-
CMYK0.400.1900.81
HSL208.42º24.68%15.1%-
HSV(B)208.42º39.58%18.82%-
XYZ1.771.933.07-
YUV37.04134.19122.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=25%
G=33.62%
B=41.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2939480.400.1900.81208.4224.6815.1
Hex1D27302813051d019f
Octal354760502301213203117
Binary11101100111110000101000100110101000111010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,48); }

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

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

 a { background-color: rgb(29,39,48); }

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

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

 span { border-color: rgb(29,39,48); }

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