#24232A

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

Shades of Jaguar #24232A

Tints of Jaguar #24232A

Color information

#24232A (or 0x24232A) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 2A. RGB value is (36,35,42). Sum of RGB (Red+Green+Blue) = 36+35+42=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #24232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232A is #DBDCD5. Grayscale: #242424. Windows color (decimal): -14408918 or 2761508. OLE color: 2761508.

HSL color Cylindrical-coordinate representation of color #24232A: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #24232A is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB363542-
CMYK0.140.1700.84
HSL248.57º9.09%15.1%-
HSV(B)248.57º16.67%16.47%-
XYZ1.751.742.44-
YUV36.1131.33127.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.86%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=31.86%
G=30.97%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3635420.140.1700.84248.579.0915.1
Hex24232AE11054f99f
Octal444352162101243711117
Binary100100100011101010111010001010101001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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