#232326

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

Shades of Jaguar #232326

Tints of Jaguar #232326

Color information

#232326 (or 0x232326) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 26. RGB value is (35,35,38). Sum of RGB (Red+Green+Blue) = 35+35+38=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 38 - color contains mainly: blue. Hex color #232326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232326 is #DCDCD9. Grayscale: #232323. Windows color (decimal): -14474458 or 2499363. OLE color: 2499363.

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

Color convert

RGB353538-
CMYK0.080.0800.85
HSL240º4.11%14.31%-
HSV(B)240º7.89%14.9%-
XYZ1.641.72.08-
YUV35.34129.5127.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=32.41%
G=32.41%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3535380.080.0800.852404.1114.31
Hex23232688055f04e
Octal43434610100125360416
Binary1000111000111001101000100001010101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232326; }

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

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

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

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

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

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

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

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