#263430

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

Shades of Woodsmoke #263430

Tints of Woodsmoke #263430

Color information

#263430 (or 0x263430) is unknown color: approx Woodsmoke. HEX triplet: 26, 34 and 30. RGB value is (38,52,48). Sum of RGB (Red+Green+Blue) = 38+52+48=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #263430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263430 is #D9CBCF. Grayscale: #2F2F2F. Windows color (decimal): -14273488 or 3159078. OLE color: 3159078.

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

Color convert

RGB385248-
CMYK0.2700.080.80
HSL162.86º15.56%17.65%-
HSV(B)162.86º26.92%20.39%-
XYZ2.563.083.26-
YUV47.36128.36121.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=27.54%
G=37.68%
B=34.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852480.2700.080.80162.8615.5617.65
Hex2634301B0850a31012
Octal466460330101202432022
Binary10011011010011000011011010001010000101000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263430; }

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

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

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

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

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

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

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

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