#272630

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

Shades of Jaguar #272630

Tints of Jaguar #272630

Color information

#272630 (or 0x272630) is unknown color: approx Jaguar. HEX triplet: 27, 26 and 30. RGB value is (39,38,48). Sum of RGB (Red+Green+Blue) = 39+38+48=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #272630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272630 is #D8D9CF. Grayscale: #272727. Windows color (decimal): -14211536 or 3155495. OLE color: 3155495.

HSL color Cylindrical-coordinate representation of color #272630: hue angle of 246º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #272630 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB393848-
CMYK0.190.2100.81
HSL246º11.63%16.86%-
HSV(B)246º20.83%18.82%-
XYZ2.062.033.08-
YUV39.44132.83127.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=31.2%
G=30.4%
B=38.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3938480.190.2100.8124611.6316.86
Hex2726301315051f6c11
Octal474660232501213661421
Binary10011110011011000010011101010101000111110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272630; }

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

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

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

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

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

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

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

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