#1D242D

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

Shades of Blue Charcoal #1D242D

Tints of Blue Charcoal #1D242D

Color information

#1D242D (or 0x1D242D) is unknown color: approx Blue Charcoal. HEX triplet: 1D, 24 and 2D. RGB value is (29,36,45). Sum of RGB (Red+Green+Blue) = 29+36+45=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D242D is #E2DBD2. Grayscale: #222222. Windows color (decimal): -14867411 or 2958365. OLE color: 2958365.

HSL color Cylindrical-coordinate representation of color #1D242D: hue angle of 213.75º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D242D is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293645-
CMYK0.360.200.82
HSL213.75º21.62%14.51%-
HSV(B)213.75º35.56%17.65%-
XYZ1.611.712.73-
YUV34.93133.68123.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=26.36%
G=32.73%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2936450.360.200.82213.7521.6214.51
Hex1D242D2414052d616f
Octal354455442401223262617
Binary11101100100101101100100101000101001011010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,45); }

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

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

 a { background-color: rgb(29,36,45); }

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

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

 span { border-color: rgb(29,36,45); }

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