#27262F

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

Shades of Jaguar #27262F

Tints of Jaguar #27262F

Color information

#27262F (or 0x27262F) is unknown color: approx Jaguar. HEX triplet: 27, 26 and 2F. RGB value is (39,38,47). Sum of RGB (Red+Green+Blue) = 39+38+47=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 47 - color contains mainly: blue. Hex color #27262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27262F is #D8D9D0. Grayscale: #272727. Windows color (decimal): -14211537 or 3089959. OLE color: 3089959.

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

Color convert

RGB393847-
CMYK0.170.1900.82
HSL246.67º10.59%16.67%-
HSV(B)246.67º19.15%18.43%-
XYZ2.042.022.97-
YUV39.33132.33127.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=31.45%
G=30.65%
B=37.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3938470.170.1900.82246.6710.5916.67
Hex27262F1113052f7b11
Octal474657212301223671321
Binary10011110011010111110001100110101001011110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27262F; }

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

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

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

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

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

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

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

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