#242430

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

Shades of Jaguar #242430

Tints of Jaguar #242430

Color information

#242430 (or 0x242430) is unknown color: approx Jaguar. HEX triplet: 24, 24 and 30. RGB value is (36,36,48). Sum of RGB (Red+Green+Blue) = 36+36+48=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #242430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242430 is #DBDBCF. Grayscale: #252525. Windows color (decimal): -14408656 or 3154980. OLE color: 3154980.

HSL color Cylindrical-coordinate representation of color #242430: hue angle of 240º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #242430 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB363648-
CMYK0.250.2500.81
HSL240º14.29%16.47%-
HSV(B)240º25%18.82%-
XYZ1.891.853.05-
YUV37.37134127.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 48 (19.14% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3636480.250.2500.8124014.2916.47
Hex2424301919051f0e10
Octal444460313101213601620
Binary10010010010011000011001110010101000111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242430; }

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

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

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

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

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

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

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

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