Html Css Color HEX #1C2128 Blue Charcoal

📋 copy color: '#1C2128'

red 28 ◦ green 33 ◦ blue 40

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

Shades of Blue Charcoal #1C2128

Tints of Blue Charcoal #1C2128

RGB

 RED value IS 28 (11.33% from 255) = 27.72%

 GREEN value IS 33 (13.28% from 255) = 32.67%

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 27.72%
G = 32.67%
B = 39.6%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C2128 (or 0x1C2128) is known color: Blue Charcoal. HEX triplet: 1C, 21 and 28. RGB value is (28,33,40). Sum of RGB (Red+Green+Blue) = 28+33+40=101 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.72% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2128 is #E3DED7. Grayscale: #202020. Windows color (decimal): -14933720 or 2629916. OLE color: 2629916.

HSL color Cylindrical-coordinate representation of color #1C2128: hue angle of 215º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C2128 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 33 40 -
CMYK 0.30 0.17 0 0.84
HSL 215º 0.18% 0.13% -
HSV(B) 215º 0.3% 0.16% -
XYZ 1.41 1.49 2.22 -
YUV 32.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 28 33 40 0.30 0.17 0 0.84 215 0.18 0.13
Hex 1C 21 28 1E 11 0 54 D7 12 D
Octal 34 41 50 36 21 0 124 327 22 15
Binary 11100 100001 101000 11110 10001 0 1010100 11010111 10010 1101

Color Harmonies of #1C2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2128

Black with #1C2128

Text Example


Text Example

White with #1C2128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,40); }

 H1.HeaderClassName
 {
   color: #1C2128;
 }
 .AnyTagClassName
 {
   color: #1C2128;
 }
</style>

background-color css

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

 a { background-color: rgb(28,33,40); }

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

border-color css

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

 span { border-color: rgb(28,33,40); }

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