#242330

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

Shades of Jaguar #242330

Tints of Jaguar #242330

Color information

#242330 (or 0x242330) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 30. RGB value is (36,35,48). Sum of RGB (Red+Green+Blue) = 36+35+48=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #242330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242330 is #DBDCCF. Grayscale: #242424. Windows color (decimal): -14408912 or 3154724. OLE color: 3154724.

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

Color convert

RGB363548-
CMYK0.250.2700.81
HSL244.62º15.66%16.27%-
HSV(B)244.62º27.08%18.82%-
XYZ1.861.793.04-
YUV36.78134.33127.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.25%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=30.25%
G=29.41%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3635480.250.2700.81244.6215.6616.27
Hex242330191B051f51010
Octal444360313301213652020
Binary100100100011110000110011101101010001111101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242330; }

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

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

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

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

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

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

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

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