Html Css Color HEX #242335 Jaguar

📋 copy color: '#242335'

red 36 ◦ green 35 ◦ blue 53

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

Shades of Jaguar #242335

Tints of Jaguar #242335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 29.03%
G = 28.23%
B = 42.74%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#242335 (or 0x242335) is known color: Jaguar. HEX triplet: 24, 23 and 35. RGB value is (36,35,53). Sum of RGB (Red+Green+Blue) = 36+35+53=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #242335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242335 is #DBDCCA. Grayscale: #252525. Windows color (decimal): -14408907 or 3482404. OLE color: 3482404.

HSL color Cylindrical-coordinate representation of color #242335: hue angle of 243.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #242335 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 35 53 -
CMYK 0.32 0.34 0 0.79
HSL 243.33º 0.2% 0.17% -
HSV(B) 243.33º 0.34% 0.21% -
XYZ 1.97 1.83 3.62 -
YUV 37.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 36 35 53 0.32 0.34 0 0.79 243.33 0.2 0.17
Hex 24 23 35 20 22 0 4F F3 14 11
Octal 44 43 65 40 42 0 117 363 24 21
Binary 100100 100011 110101 100000 100010 0 1001111 11110011 10100 10001

Color Harmonies of #242335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242335

Black with #242335

Text Example


Text Example

White with #242335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242335; }

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

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

background-color css

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

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

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

border-color css

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

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

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