#272632

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

Shades of Jaguar #272632

Tints of Jaguar #272632

Color information

#272632 (or 0x272632) is unknown color: approx Jaguar. HEX triplet: 27, 26 and 32. RGB value is (39,38,50). Sum of RGB (Red+Green+Blue) = 39+38+50=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #272632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272632 is #D8D9CD. Grayscale: #272727. Windows color (decimal): -14211534 or 3286567. OLE color: 3286567.

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

Color convert

RGB393850-
CMYK0.220.2400.80
HSL245º13.64%17.25%-
HSV(B)245º24%19.61%-
XYZ2.112.053.3-
YUV39.67133.83127.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=30.71%
G=29.92%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3938500.220.2400.8024513.6417.25
Hex2726321618050f5e11
Octal474662263001203651621
Binary10011110011011001010110110000101000011110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272632; }

 p { color: rgb(39,38,50); }

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

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

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

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

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

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

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