#27272D

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

Shades of Jaguar #27272D

Tints of Jaguar #27272D

Color information

#27272D (or 0x27272D) is unknown color: approx Jaguar. HEX triplet: 27, 27 and 2D. RGB value is (39,39,45). Sum of RGB (Red+Green+Blue) = 39+39+45=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #27272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27272D is #D8D8D2. Grayscale: #272727. Windows color (decimal): -14211283 or 2959143. OLE color: 2959143.

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

Color convert

RGB393945-
CMYK0.130.1300.82
HSL240º7.14%16.47%-
HSV(B)240º13.33%17.65%-
XYZ2.042.072.78-
YUV39.68131127.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=31.71%
G=31.71%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3939450.130.1300.822407.1416.47
Hex27272DDD052f0710
Octal47475515150122360720
Binary10011110011110110111011101010100101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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