#232332

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

Shades of Jaguar #232332

Tints of Jaguar #232332

Color information

#232332 (or 0x232332) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 32. RGB value is (35,35,50). Sum of RGB (Red+Green+Blue) = 35+35+50=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #232332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232332 is #DCDCCD. Grayscale: #242424. Windows color (decimal): -14474446 or 3285795. OLE color: 3285795.

HSL color Cylindrical-coordinate representation of color #232332: hue angle of 240º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232332 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB353550-
CMYK0.300.3000.80
HSL240º17.65%16.67%-
HSV(B)240º30%19.61%-
XYZ1.871.793.26-
YUV36.71135.5126.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=29.17%
G=29.17%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3535500.300.3000.8024017.6516.67
Hex2323321E1E050f01211
Octal434362363601203602221
Binary100011100011110010111101111001010000111100001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232332; }

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

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

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

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

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

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

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

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