#242434

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

Shades of Jaguar #242434

Tints of Jaguar #242434

Color information

#242434 (or 0x242434) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 34. RGB value is (36,36,52). Sum of RGB (Red+Green+Blue) = 36+36+52=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #242434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242434 is #DBDBCB. Grayscale: #252525. Windows color (decimal): -14408652 or 3417124. OLE color: 3417124.

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

Color convert

RGB363652-
CMYK0.310.3100.80
HSL240º18.18%17.25%-
HSV(B)240º30.77%20.39%-
XYZ1.981.883.51-
YUV37.82136126.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.03%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=29.03%
G=29.03%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3636520.310.3100.8024018.1817.25
Hex2424341F1F050f01211
Octal444464373701203602221
Binary100100100100110100111111111101010000111100001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242434; }

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

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

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

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

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

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

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

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