#1D2B34

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

Shades of Cinder #1D2B34

Tints of Cinder #1D2B34

Color information

#1D2B34 (or 0x1D2B34) is unknown color: approx Cinder. HEX triplet: 1D, 2B and 34. RGB value is (29,43,52). Sum of RGB (Red+Green+Blue) = 29+43+52=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D2B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B34 is #E2D4CB. Grayscale: #272727. Windows color (decimal): -14865612 or 3418909. OLE color: 3418909.

HSL color Cylindrical-coordinate representation of color #1D2B34: hue angle of 203.48º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D2B34 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB294352-
CMYK0.440.1700.80
HSL203.48º28.4%15.88%-
HSV(B)203.48º44.23%20.39%-
XYZ1.992.243.58-
YUV39.84134.86120.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=23.39%
G=34.68%
B=41.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2943520.440.1700.80203.4828.415.88
Hex1D2B342C11050cb1c10
Octal355364542101203133420
Binary111011010111101001011001000101010000110010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,43,52); }

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

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

 a { background-color: rgb(29,43,52); }

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

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

 span { border-color: rgb(29,43,52); }

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