#292D30

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

Shades of Blue Charcoal #292D30

Tints of Blue Charcoal #292D30

Color information

#292D30 (or 0x292D30) is unknown color: approx Blue Charcoal. HEX triplet: 29, 2D and 30. RGB value is (41,45,48). Sum of RGB (Red+Green+Blue) = 41+45+48=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 48 - color contains mainly: blue. Hex color #292D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D30 is #D6D2CF. Grayscale: #2C2C2C. Windows color (decimal): -14078672 or 3157289. OLE color: 3157289.

HSL color Cylindrical-coordinate representation of color #292D30: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292D30 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB414548-
CMYK0.150.0600.81
HSL205.71º7.87%17.45%-
HSV(B)205.71º14.58%18.82%-
XYZ2.392.563.16-
YUV44.15130.17125.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=30.60%
G=33.58%
B=35.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4145480.150.0600.81205.717.8717.45
Hex292D30F6051ce811
Octal51556017601213161021
Binary10100110110111000011111100101000111001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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