Html Css Color HEX #292E32 Blue Charcoal

📋 copy color: '#292E32'

red 41 ◦ green 46 ◦ blue 50

#292E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #292E32

Tints of Blue Charcoal #292E32

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.5%

R = 29.93%
G = 33.58%
B = 36.5%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#292E32 (or 0x292E32) is known color: 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

RGB 41 46 50 -
CMYK 0.18 0.08 0 0.80
HSL 206.67º 0.1% 0.18% -
HSV(B) 206.67º 0.18% 0.2% -
XYZ 2.47 2.66 3.4 -
YUV 44.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 41 46 50 0.18 0.08 0 0.80 206.67 0.1 0.18
Hex 29 2E 32 12 8 0 50 CF A 12
Octal 51 56 62 22 10 0 120 317 12 22
Binary 101001 101110 110010 10010 1000 0 1010000 11001111 1010 10010

Color Harmonies of #292E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E32

Black with #292E32

Text Example


Text Example

White with #292E32

Text Example


Text Example

HTML Codes & Css Web 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>