#27272C

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

Shades of Jaguar #27272C

Tints of Jaguar #27272C

Color information

#27272C (or 0x27272C) is unknown color: approx Jaguar. HEX triplet: 27, 27 and 2C. RGB value is (39,39,44). Sum of RGB (Red+Green+Blue) = 39+39+44=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 44 - color contains mainly: blue. Hex color #27272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27272C is #D8D8D3. Grayscale: #272727. Windows color (decimal): -14211284 or 2893607. OLE color: 2893607.

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

Color convert

RGB393944-
CMYK0.110.1100.83
HSL240º6.02%16.27%-
HSV(B)240º11.36%17.25%-
XYZ2.022.062.68-
YUV39.57130.5127.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=31.97%
G=31.97%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3939440.110.1100.832406.0216.27
Hex27272CBB053f0610
Octal47475413130123360620
Binary10011110011110110010111011010100111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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