#232324

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

Shades of Jaguar #232324

Tints of Jaguar #232324

Color information

#232324 (or 0x232324) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 24. RGB value is (35,35,36). Sum of RGB (Red+Green+Blue) = 35+35+36=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 36 - color contains mainly: blue. Hex color #232324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232324 is #DCDCDB. Grayscale: #232323. Windows color (decimal): -14474460 or 2368291. OLE color: 2368291.

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

Color convert

RGB353536-
CMYK0.030.0300.86
HSL240º1.41%13.92%-
HSV(B)240º2.78%14.12%-
XYZ1.611.691.91-
YUV35.11128.5127.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=33.02%
G=33.02%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3535360.030.0300.862401.4113.92
Hex23232433056f01e
Octal434344330126360116
Binary1000111000111001001111010101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232324; }

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

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

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

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

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

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

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

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