#273530

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

Shades of Woodsmoke #273530

Tints of Woodsmoke #273530

Color information

#273530 (or 0x273530) is unknown color: approx Woodsmoke. HEX triplet: 27, 35 and 30. RGB value is (39,53,48). Sum of RGB (Red+Green+Blue) = 39+53+48=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #273530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273530 is #D8CACF. Grayscale: #303030. Windows color (decimal): -14207696 or 3159335. OLE color: 3159335.

HSL color Cylindrical-coordinate representation of color #273530: hue angle of 158.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273530 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB395348-
CMYK0.2600.090.79
HSL158.57º15.22%18.04%-
HSV(B)158.57º26.42%20.78%-
XYZ2.643.193.27-
YUV48.24127.86121.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=27.86%
G=37.86%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953480.2600.090.79158.5715.2218.04
Hex2735301A094F9ff12
Octal476560320111172371722
Binary1001111101011100001101001001100111110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273530; }

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

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

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

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

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

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

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

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