#242C32

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

Shades of Blue Charcoal #242C32

Tints of Blue Charcoal #242C32

Color information

#242C32 (or 0x242C32) is unknown color: approx Blue Charcoal. HEX triplet: 24, 2C and 32. RGB value is (36,44,50). Sum of RGB (Red+Green+Blue) = 36+44+50=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #242C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C32 is #DBD3CD. Grayscale: #2A2A2A. Windows color (decimal): -14406606 or 3288100. OLE color: 3288100.

HSL color Cylindrical-coordinate representation of color #242C32: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #242C32 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB364450-
CMYK0.280.1200.80
HSL205.71º16.28%16.86%-
HSV(B)205.71º28%19.61%-
XYZ2.22.413.37-
YUV42.29132.35123.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.69%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=27.69%
G=33.85%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3644500.280.1200.80205.7116.2816.86
Hex242C321CC050ce1011
Octal445462341401203162021
Binary10010010110011001011100110001010000110011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C32; }

 p { color: rgb(36,44,50); }

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

<style>
 a { background-color: #242C32; }

 a { background-color: rgb(36,44,50); }

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

<style>
 span { border-color: #242C32; }

 span { border-color: rgb(36,44,50); }

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