#26302C

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

Shades of Woodsmoke #26302C

Tints of Woodsmoke #26302C

Color information

#26302C (or 0x26302C) is unknown color: approx Woodsmoke. HEX triplet: 26, 30 and 2C. RGB value is (38,48,44). Sum of RGB (Red+Green+Blue) = 38+48+44=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #26302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26302C is #D9CFD3. Grayscale: #2C2C2C. Windows color (decimal): -14274516 or 2895910. OLE color: 2895910.

HSL color Cylindrical-coordinate representation of color #26302C: hue angle of 156º 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 #26302C is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB384844-
CMYK0.2100.080.81
HSL156º11.63%16.86%-
HSV(B)156º20.83%18.82%-
XYZ2.312.712.78-
YUV44.55127.69123.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.23%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=29.23%
G=36.92%
B=33.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3848440.2100.080.8115611.6316.86
Hex26302C1508519cc11
Octal466054250101212341421
Binary1001101100001011001010101000101000110011100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26302C; }

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

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

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

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

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

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

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

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