#232331

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

Shades of Jaguar #232331

Tints of Jaguar #232331

Color information

#232331 (or 0x232331) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 31. RGB value is (35,35,49). Sum of RGB (Red+Green+Blue) = 35+35+49=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #232331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232331 is #DCDCCE. Grayscale: #242424. Windows color (decimal): -14474447 or 3220259. OLE color: 3220259.

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

Color convert

RGB353549-
CMYK0.290.2900.81
HSL240º16.67%16.47%-
HSV(B)240º28.57%19.22%-
XYZ1.851.783.15-
YUV36.6135126.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.41%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=29.41%
G=29.41%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3535490.290.2900.8124016.6716.47
Hex2323311D1D051f01110
Octal434361353501213602120
Binary100011100011110001111011110101010001111100001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232331; }

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

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

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

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

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

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

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

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