#242B31

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

Shades of Blue Charcoal #242B31

Tints of Blue Charcoal #242B31

Color information

#242B31 (or 0x242B31) is unknown color: approx Blue Charcoal. HEX triplet: 24, 2B and 31. RGB value is (36,43,49). Sum of RGB (Red+Green+Blue) = 36+43+49=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #242B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B31 is #DBD4CE. Grayscale: #292929. Windows color (decimal): -14406863 or 3222308. OLE color: 3222308.

HSL color Cylindrical-coordinate representation of color #242B31: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #242B31 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB364349-
CMYK0.270.1200.81
HSL207.69º15.29%16.67%-
HSV(B)207.69º26.53%19.22%-
XYZ2.152.323.24-
YUV41.59132.18124.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.12%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=28.12%
G=33.59%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3643490.270.1200.81207.6915.2916.67
Hex242B311BC051d0f11
Octal445361331401213201721
Binary1001001010111100011101111000101000111010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,49); }

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

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

 a { background-color: rgb(36,43,49); }

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

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

 span { border-color: rgb(36,43,49); }

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