#232135

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

Shades of Jaguar #232135

Tints of Jaguar #232135

Color information

#232135 (or 0x232135) is unknown color: approx Jaguar. HEX triplet: 23, 21 and 35. RGB value is (35,33,53). Sum of RGB (Red+Green+Blue) = 35+33+53=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #232135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232135 is #DCDECA. Grayscale: #232323. Windows color (decimal): -14474955 or 3481891. OLE color: 3481891.

HSL color Cylindrical-coordinate representation of color #232135: hue angle of 246º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #232135 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB353353-
CMYK0.340.3800.79
HSL246º23.26%16.86%-
HSV(B)246º37.74%20.78%-
XYZ1.881.73.6-
YUV35.88137.66127.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=28.93%
G=27.27%
B=43.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3533530.340.3800.7924623.2616.86
Hex232135222604Ff61711
Octal434165424601173662721
Binary10001110000111010110001010011001001111111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232135; }

 p { color: rgb(35,33,53); }

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

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

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

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

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

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

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