Html Css Color HEX #24242C Jaguar

📋 copy color: '#24242C'

red 36 ◦ green 36 ◦ blue 44

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

Shades of Jaguar #24242C

Tints of Jaguar #24242C

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 value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24242C (or 0x24242C) is known color: 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

RGB 36 36 44 -
CMYK 0.18 0.18 0 0.83
HSL 240º 0.1% 0.16% -
HSV(B) 240º 0.18% 0.17% -
XYZ 1.81 1.82 2.64 -
YUV 36.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 36 36 44 0.18 0.18 0 0.83 240 0.1 0.16
Hex 24 24 2C 12 12 0 53 F0 A 10
Octal 44 44 54 22 22 0 123 360 12 20
Binary 100100 100100 101100 10010 10010 0 1010011 11110000 1010 10000

Color Harmonies of #24242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24242C

Black with #24242C

Text Example


Text Example

White with #24242C

Text Example


Text Example

HTML Codes & Css Web 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>