#27272E

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

Shades of Jaguar #27272E

Tints of Jaguar #27272E

Color information

#27272E (or 0x27272E) is unknown color: approx Jaguar. HEX triplet: 27, 27 and 2E. RGB value is (39,39,46). Sum of RGB (Red+Green+Blue) = 39+39+46=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #27272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27272E is #D8D8D1. Grayscale: #272727. Windows color (decimal): -14211282 or 3024679. OLE color: 3024679.

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

Color convert

RGB393946-
CMYK0.150.1500.82
HSL240º8.24%16.67%-
HSV(B)240º15.22%18.04%-
XYZ2.062.082.88-
YUV39.8131.5127.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=31.45%
G=31.45%
B=37.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3939460.150.1500.822408.2416.67
Hex27272EFF052f0811
Octal474756171701223601021
Binary100111100111101110111111110101001011110000100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27272E; }

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

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

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

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

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

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

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

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