#272728

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

Shades of Jaguar #272728

Tints of Jaguar #272728

Color information

#272728 (or 0x272728) is unknown color: approx Jaguar. HEX triplet: 27, 27 and 28. RGB value is (39,39,40). Sum of RGB (Red+Green+Blue) = 39+39+40=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 40 - color contains mainly: blue. Hex color #272728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272728 is #D8D8D7. Grayscale: #272727. Windows color (decimal): -14211288 or 2631463. OLE color: 2631463.

HSL color Cylindrical-coordinate representation of color #272728: hue angle of 240º degrees, saturation: 0.01, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #272728 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393940-
CMYK0.020.0200.84
HSL240º1.27%15.49%-
HSV(B)240º2.5%15.69%-
XYZ1.952.042.3-
YUV39.11128.5127.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=33.05%
G=33.05%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3939400.020.0200.842401.2715.49
Hex27272822054f01f
Octal474750220124360117
Binary1001111001111010001010010101001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272728; }

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

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

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

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

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

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

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

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