#1D2228

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

Shades of Blue Charcoal #1D2228

Tints of Blue Charcoal #1D2228

Color information

#1D2228 (or 0x1D2228) is unknown color: approx Blue Charcoal. HEX triplet: 1D, 22 and 28. RGB value is (29,34,40). Sum of RGB (Red+Green+Blue) = 29+34+40=103 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.16% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2228 is #E2DDD7. Grayscale: #212121. Windows color (decimal): -14867928 or 2630173. OLE color: 2630173.

HSL color Cylindrical-coordinate representation of color #1D2228: hue angle of 212.73º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D2228 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB293440-
CMYK0.280.1500.84
HSL212.73º15.94%13.53%-
HSV(B)212.73º27.5%15.69%-
XYZ1.461.562.23-
YUV33.19131.84125.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.16%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=28.16%
G=33.01%
B=38.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2934400.280.1500.84212.7315.9413.53
Hex1D22281CF054d510e
Octal354250341701243252016
Binary111011000101010001110011110101010011010101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,40); }

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

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

 a { background-color: rgb(29,34,40); }

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

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

 span { border-color: rgb(29,34,40); }

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