#292C2D

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

Shades of Cinder #292C2D

Tints of Cinder #292C2D

Color information

#292C2D (or 0x292C2D) is unknown color: approx Cinder. HEX triplet: 29, 2C and 2D. RGB value is (41,44,45). Sum of RGB (Red+Green+Blue) = 41+44+45=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 45 - color contains mainly: blue. Hex color #292C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C2D is #D6D3D2. Grayscale: #2B2B2B. Windows color (decimal): -14078931 or 2960425. OLE color: 2960425.

HSL color Cylindrical-coordinate representation of color #292C2D: hue angle of 195º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #292C2D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB414445-
CMYK0.090.0200.82
HSL195º4.65%16.86%-
HSV(B)195º8.89%17.65%-
XYZ2.292.462.84-
YUV43.22129.01126.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=31.54%
G=33.85%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4144450.090.0200.821954.6516.86
Hex292C2D92052c3511
Octal5154551120122303521
Binary101001101100101101100110010100101100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C2D; }

 p { color: rgb(41,44,45); }

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

<style>
 a { background-color: #292C2D; }

 a { background-color: rgb(41,44,45); }

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

<style>
 span { border-color: #292C2D; }

 span { border-color: rgb(41,44,45); }

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