#24232E

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

Shades of Jaguar #24232E

Tints of Jaguar #24232E

Color information

#24232E (or 0x24232E) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 2E. RGB value is (36,35,46). Sum of RGB (Red+Green+Blue) = 36+35+46=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #24232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232E is #DBDCD1. Grayscale: #242424. Windows color (decimal): -14408914 or 3023652. OLE color: 3023652.

HSL color Cylindrical-coordinate representation of color #24232E: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #24232E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB363546-
CMYK0.220.2400.82
HSL245.45º13.58%15.88%-
HSV(B)245.45º23.91%18.04%-
XYZ1.821.772.83-
YUV36.55133.33127.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=30.77%
G=29.91%
B=39.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3635460.220.2400.82245.4513.5815.88
Hex24232E1618052f5e10
Octal444356263001223651620
Binary10010010001110111010110110000101001011110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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