Html Css Color HEX #1C232C Blue Charcoal

📋 copy color: '#1C232C'

red 28 ◦ green 35 ◦ blue 44

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

Shades of Blue Charcoal #1C232C

Tints of Blue Charcoal #1C232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 44 (17.58% from 255) = 41.12%

R = 26.17%
G = 32.71%
B = 41.12%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1C232C (or 0x1C232C) is known color: Blue Charcoal. HEX triplet: 1C, 23 and 2C. RGB value is (28,35,44). Sum of RGB (Red+Green+Blue) = 28+35+44=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C232C is #E3DCD3. Grayscale: #212121. Windows color (decimal): -14933204 or 2892572. OLE color: 2892572.

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

Color convert

RGB 28 35 44 -
CMYK 0.36 0.20 0 0.83
HSL 213.75º 0.22% 0.14% -
HSV(B) 213.75º 0.36% 0.17% -
XYZ 1.53 1.63 2.62 -
YUV 33.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 28 35 44 0.36 0.20 0 0.83 213.75 0.22 0.14
Hex 1C 23 2C 24 14 0 53 D6 16 E
Octal 34 43 54 44 24 0 123 326 26 16
Binary 11100 100011 101100 100100 10100 0 1010011 11010110 10110 1110

Color Harmonies of #1C232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C232C

Black with #1C232C

Text Example


Text Example

White with #1C232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,35,44); }

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

background-color css

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

 a { background-color: rgb(28,35,44); }

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

border-color css

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

 span { border-color: rgb(28,35,44); }

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