#24242C

Color #24242C Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #24242C

Tints of Jaguar #24242C

Color information

#24242C (or 0x24242C) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 2C. RGB value is (36,36,44). Sum of RGB (Red+Green+Blue) = 36+36+44=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #24242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24242C is #DBDBD3. Grayscale: #242424. Windows color (decimal): -14408660 or 2892836. OLE color: 2892836.

HSL color Cylindrical-coordinate representation of color #24242C: hue angle of 240º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #24242C is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB363644-
CMYK0.180.1800.83
HSL240º10%15.69%-
HSV(B)240º18.18%17.25%-
XYZ1.811.822.64-
YUV36.91132127.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.03%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=31.03%
G=31.03%
B=37.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3636440.180.1800.832401015.69
Hex24242C1212053f0a10
Octal444454222201233601220
Binary10010010010010110010010100100101001111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24242C; }

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

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

<style>
 a { background-color: #24242C; }

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

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

<style>
 span { border-color: #24242C; }

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

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