#24232B

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

Shades of Jaguar #24232B

Tints of Jaguar #24232B

Color information

#24232B (or 0x24232B) is unknown color: approx Jaguar. HEX triplet: 24, 23 and 2B. RGB value is (36,35,43). Sum of RGB (Red+Green+Blue) = 36+35+43=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #24232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24232B is #DBDCD4. Grayscale: #242424. Windows color (decimal): -14408917 or 2827044. OLE color: 2827044.

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

Color convert

RGB363543-
CMYK0.160.1900.83
HSL247.5º10.26%15.29%-
HSV(B)247.5º18.6%16.86%-
XYZ1.761.752.53-
YUV36.21131.83127.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=31.58%
G=30.70%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3635430.160.1900.83247.510.2615.29
Hex24232B1013053f8af
Octal444353202301233701217
Binary1001001000111010111000010011010100111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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