#272735

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

Shades of Jaguar #272735

Tints of Jaguar #272735

Color information

#272735 (or 0x272735) is unknown color: approx Jaguar. HEX triplet: 27, 27 and 35. RGB value is (39,39,53). Sum of RGB (Red+Green+Blue) = 39+39+53=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #272735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272735 is #D8D8CA. Grayscale: #282828. Windows color (decimal): -14211275 or 3483431. OLE color: 3483431.

HSL color Cylindrical-coordinate representation of color #272735: hue angle of 240º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #272735 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB393953-
CMYK0.260.2600.79
HSL240º15.22%18.04%-
HSV(B)240º26.42%20.78%-
XYZ2.22.143.66-
YUV40.6135126.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.77%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=29.77%
G=29.77%
B=40.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3939530.260.2600.7924015.2218.04
Hex2727351A1A04Ff0f12
Octal474765323201173601722
Binary10011110011111010111010110100100111111110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272735; }

 p { color: rgb(39,39,53); }

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

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

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

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

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

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

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