#272638

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

Shades of Jaguar #272638

Tints of Jaguar #272638

Color information

#272638 (or 0x272638) is unknown color: approx Jaguar. HEX triplet: 27, 26 and 38. RGB value is (39,38,56). Sum of RGB (Red+Green+Blue) = 39+38+56=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #272638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272638 is #D8D9C7. Grayscale: #282828. Windows color (decimal): -14211528 or 3679783. OLE color: 3679783.

HSL color Cylindrical-coordinate representation of color #272638: hue angle of 243.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #272638 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB393856-
CMYK0.300.3200.78
HSL243.33º19.15%18.43%-
HSV(B)243.33º32.14%21.96%-
XYZ2.242.14.03-
YUV40.35136.83127.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=29.32%
G=28.57%
B=42.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3938560.300.3200.78243.3319.1518.43
Hex2726381E2004Ef31312
Octal474670364001163632322
Binary1001111001101110001111010000001001110111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272638; }

 p { color: rgb(39,38,56); }

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

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

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

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

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

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

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