#292E32

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

Shades of Blue Charcoal #292E32

Tints of Blue Charcoal #292E32

Color information

#292E32 (or 0x292E32) is unknown color: approx Blue Charcoal. HEX triplet: 29, 2E and 32. RGB value is (41,46,50). Sum of RGB (Red+Green+Blue) = 41+46+50=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: blue. Hex color #292E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E32 is #D6D1CD. Grayscale: #2C2C2C. Windows color (decimal): -14078414 or 3288617. OLE color: 3288617.

HSL color Cylindrical-coordinate representation of color #292E32: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #292E32 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB414650-
CMYK0.180.0800.80
HSL206.67º9.89%17.84%-
HSV(B)206.67º18%19.61%-
XYZ2.472.663.4-
YUV44.96130.84125.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=29.93%
G=33.58%
B=36.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4146500.180.0800.80206.679.8917.84
Hex292E32128050cfa12
Octal515662221001203171222
Binary1010011011101100101001010000101000011001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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