#24242D

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

Shades of Jaguar #24242D

Tints of Jaguar #24242D

Color information

#24242D (or 0x24242D) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 2D. RGB value is (36,36,45). Sum of RGB (Red+Green+Blue) = 36+36+45=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #24242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24242D is #DBDBD2. Grayscale: #242424. Windows color (decimal): -14408659 or 2958372. OLE color: 2958372.

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

Color convert

RGB363645-
CMYK0.20.200.82
HSL240º11.11%15.88%-
HSV(B)240º20%17.65%-
XYZ1.831.832.74-
YUV37.03132.5127.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3636450.20.200.8224011.1115.88
Hex24242D1414052f0b10
Octal444455242401223601320
Binary10010010010010110110100101000101001011110000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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