#272835

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

Shades of Jaguar #272835

Tints of Jaguar #272835

Color information

#272835 (or 0x272835) is unknown color: approx Jaguar. HEX triplet: 27, 28 and 35. RGB value is (39,40,53). Sum of RGB (Red+Green+Blue) = 39+40+53=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #272835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272835 is #D8D7CA. Grayscale: #292929. Windows color (decimal): -14211019 or 3483687. OLE color: 3483687.

HSL color Cylindrical-coordinate representation of color #272835: hue angle of 235.71º 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 #272835 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB394053-
CMYK0.260.2500.79
HSL235.71º15.22%18.04%-
HSV(B)235.71º26.42%20.78%-
XYZ2.242.213.68-
YUV41.18134.67126.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=29.55%
G=30.30%
B=40.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3940530.260.2500.79235.7115.2218.04
Hex2728351A1904Fecf12
Octal475065323101173541722
Binary10011110100011010111010110010100111111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272835; }

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

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

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

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

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

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

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

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