#273330

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

Shades of Woodsmoke #273330

Tints of Woodsmoke #273330

Color information

#273330 (or 0x273330) is unknown color: approx Woodsmoke. HEX triplet: 27, 33 and 30. RGB value is (39,51,48). Sum of RGB (Red+Green+Blue) = 39+51+48=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #273330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273330 is #D8CCCF. Grayscale: #2F2F2F. Windows color (decimal): -14208208 or 3158823. OLE color: 3158823.

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

Color convert

RGB395148-
CMYK0.2400.060.8
HSL165º13.33%17.65%-
HSV(B)165º23.53%20%-
XYZ2.553.013.24-
YUV47.07128.52122.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=28.26%
G=36.96%
B=34.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951480.2400.060.816513.3317.65
Hex273330180650a5d12
Octal47636030061202451522
Binary100111110011110000110000110101000010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273330; }

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

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

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

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

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

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

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

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