#232328

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

Shades of Jaguar #232328

Tints of Jaguar #232328

Color information

#232328 (or 0x232328) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 28. RGB value is (35,35,40). Sum of RGB (Red+Green+Blue) = 35+35+40=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: blue. Hex color #232328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232328 is #DCDCD7. Grayscale: #232323. Windows color (decimal): -14474456 or 2630435. OLE color: 2630435.

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

Color convert

RGB353540-
CMYK0.120.1200.84
HSL240º6.67%14.71%-
HSV(B)240º12.5%15.69%-
XYZ1.681.712.25-
YUV35.57130.5127.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=31.82%
G=31.82%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3535400.120.1200.842406.6714.71
Hex232328CC054f07f
Octal43435014140124360717
Binary1000111000111010001100110001010100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232328; }

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

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

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

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

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

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

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

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