Html Css Color HEX #24232A Jaguar

📋 copy color: '#24232A'

red 36 ◦ green 35 ◦ blue 42

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

Shades of Jaguar #24232A

Tints of Jaguar #24232A

RGB

 RED value IS 36 (14.45% from 255) = 31.86%

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 31.86%
G = 30.97%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24232A (or 0x24232A) is known color: Jaguar. HEX triplet: 24, 23 and 2A. RGB value is (36,35,42). Sum of RGB (Red+Green+Blue) = 36+35+42=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #24232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232A is #DBDCD5. Grayscale: #242424. Windows color (decimal): -14408918 or 2761508. OLE color: 2761508.

HSL color Cylindrical-coordinate representation of color #24232A: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #24232A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 35 42 -
CMYK 0.14 0.17 0 0.84
HSL 248.57º 0.09% 0.15% -
HSV(B) 248.57º 0.17% 0.16% -
XYZ 1.75 1.74 2.44 -
YUV 36.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 36 35 42 0.14 0.17 0 0.84 248.57 0.09 0.15
Hex 24 23 2A E 11 0 54 F9 9 F
Octal 44 43 52 16 21 0 124 371 11 17
Binary 100100 100011 101010 1110 10001 0 1010100 11111001 1001 1111

Color Harmonies of #24232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24232A

Black with #24232A

Text Example


Text Example

White with #24232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24232A; }

 p { color: rgb(36,35,42); }

 H1.HeaderClassName
 {
   color: #24232A;
 }
 .AnyTagClassName
 {
   color: #24232A;
 }
</style>

background-color css

<style>
 a { background-color: #24232A; }

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

 div.DivClassName
 {
   background-color: #24232A;
 }
 .BgClassName
 {
   background-color: #24232A;
 }
</style>

border-color css

<style>
 span { border-color: #24232A; }

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

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