Html Css Color HEX #1D2228 Blue Charcoal

📋 copy color: '#1D2228'

red 29 ◦ green 34 ◦ blue 40

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

Shades of Blue Charcoal #1D2228

Tints of Blue Charcoal #1D2228

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 value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D2228 (or 0x1D2228) is known color: 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.27%. 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

RGB 29 34 40 -
CMYK 0.28 0.15 0 0.84
HSL 212.73º 0.16% 0.14% -
HSV(B) 212.73º 0.28% 0.16% -
XYZ 1.46 1.56 2.23 -
YUV 33.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 29 34 40 0.28 0.15 0 0.84 212.73 0.16 0.14
Hex 1D 22 28 1C F 0 54 D5 10 E
Octal 35 42 50 34 17 0 124 325 20 16
Binary 11101 100010 101000 11100 1111 0 1010100 11010101 10000 1110

Color Harmonies of #1D2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2228

Black with #1D2228

Text Example


Text Example

White with #1D2228

Text Example


Text Example

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