#272633

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

Shades of Jaguar #272633

Tints of Jaguar #272633

Color information

#272633 (or 0x272633) is unknown color: approx Jaguar. HEX triplet: 27, 26 and 33. RGB value is (39,38,51). Sum of RGB (Red+Green+Blue) = 39+38+51=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 51 - color contains mainly: blue. Hex color #272633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272633 is #D8D9CC. Grayscale: #272727. Windows color (decimal): -14211533 or 3352103. OLE color: 3352103.

HSL color Cylindrical-coordinate representation of color #272633: hue angle of 244.62º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272633 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB393851-
CMYK0.240.2500.8
HSL244.62º14.61%17.45%-
HSV(B)244.62º25.49%20%-
XYZ2.132.063.42-
YUV39.78134.33127.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=30.47%
G=29.69%
B=39.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3938510.240.2500.8244.6214.6117.45
Hex2726331819050f5f11
Octal474663303101203651721
Binary10011110011011001111000110010101000011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272633; }

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

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

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

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

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

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

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

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