#232137

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

Shades of Jaguar #232137

Tints of Jaguar #232137

Color information

#232137 (or 0x232137) is unknown color: approx Jaguar. HEX triplet: 23, 21 and 37. RGB value is (35,33,55). Sum of RGB (Red+Green+Blue) = 35+33+55=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #232137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232137 is #DCDEC8. Grayscale: #242424. Windows color (decimal): -14474953 or 3612963. OLE color: 3612963.

HSL color Cylindrical-coordinate representation of color #232137: hue angle of 245.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #232137 is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB353355-
CMYK0.360.400.78
HSL245.45º25%17.25%-
HSV(B)245.45º40%21.57%-
XYZ1.931.723.85-
YUV36.11138.66127.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=28.46%
G=26.83%
B=44.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3533550.360.400.78245.452517.25
Hex232137242804Ef51911
Octal434167445001163653121
Binary10001110000111011110010010100001001110111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232137; }

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

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

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

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

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

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

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

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