#232231

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

Shades of Jaguar #232231

Tints of Jaguar #232231

Color information

#232231 (or 0x232231) is unknown color: approx Jaguar. HEX triplet: 23, 22 and 31. RGB value is (35,34,49). Sum of RGB (Red+Green+Blue) = 35+34+49=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #232231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232231 is #DCDDCE. Grayscale: #232323. Windows color (decimal): -14474703 or 3220003. OLE color: 3220003.

HSL color Cylindrical-coordinate representation of color #232231: hue angle of 244º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #232231 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB353449-
CMYK0.290.3100.81
HSL244º18.07%16.27%-
HSV(B)244º30.61%19.22%-
XYZ1.821.723.14-
YUV36.01135.33127.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=29.66%
G=28.81%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3534490.290.3100.8124418.0716.27
Hex2322311D1F051f41210
Octal434261353701213642220
Binary100011100010110001111011111101010001111101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232231; }

 p { color: rgb(35,34,49); }

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

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

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

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

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

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

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