#1D2631

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

Shades of Blue Charcoal #1D2631

Tints of Blue Charcoal #1D2631

Color information

#1D2631 (or 0x1D2631) is unknown color: approx Blue Charcoal. HEX triplet: 1D, 26 and 31. RGB value is (29,38,49). Sum of RGB (Red+Green+Blue) = 29+38+49=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2631 is #E2D9CE. Grayscale: #242424. Windows color (decimal): -14866895 or 3221021. OLE color: 3221021.

HSL color Cylindrical-coordinate representation of color #1D2631: hue angle of 213º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2631 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB293849-
CMYK0.410.2200.81
HSL213º25.64%15.29%-
HSV(B)213º40.82%19.22%-
XYZ1.751.873.17-
YUV36.56135.02122.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=25%
G=32.76%
B=42.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2938490.410.2200.8121325.6415.29
Hex1D26312916051d51af
Octal354661512601213253217
Binary11101100110110001101001101100101000111010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,38,49); }

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

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

 a { background-color: rgb(29,38,49); }

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

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

 span { border-color: rgb(29,38,49); }

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