#272834

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

Shades of Jaguar #272834

Tints of Jaguar #272834

Color information

#272834 (or 0x272834) is unknown color: approx Jaguar. HEX triplet: 27, 28 and 34. RGB value is (39,40,52). Sum of RGB (Red+Green+Blue) = 39+40+52=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #272834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272834 is #D8D7CB. Grayscale: #292929. Windows color (decimal): -14211020 or 3418151. OLE color: 3418151.

HSL color Cylindrical-coordinate representation of color #272834: hue angle of 235.38º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272834 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB394052-
CMYK0.250.2300.80
HSL235.38º14.29%17.84%-
HSV(B)235.38º25%20.39%-
XYZ2.222.23.56-
YUV41.07134.17126.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.77%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=29.77%
G=30.53%
B=39.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3940520.250.2300.80235.3814.2917.84
Hex2728341917050ebe12
Octal475064312701203531622
Binary10011110100011010011001101110101000011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272834; }

 p { color: rgb(39,40,52); }

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

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

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

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

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

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

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