#30231E

Color #30231E Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #30231E

Tints of Wood Bark #30231E

Color information

#30231E (or 0x30231E) is unknown color: approx Wood Bark. HEX triplet: 30, 23 and 1E. RGB value is (48,35,30). Sum of RGB (Red+Green+Blue) = 48+35+30=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231E is #CFDCE1. Grayscale: #262626. Windows color (decimal): -13622498 or 1975088. OLE color: 1975088.

HSL color Cylindrical-coordinate representation of color #30231E: hue angle of 16.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30231E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB483530-
CMYK00.270.370.81
HSL16.67º23.08%15.29%-
HSV(B)16.67º37.5%18.82%-
XYZ2.051.921.49-
YUV38.32123.31134.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=42.48%
G=30.97%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48353000.270.370.8116.6723.0815.29
Hex30231E01B25511117f
Octal60433603345121212717
Binary11000010001111110011011100101101000110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30231E; }

 p { color: rgb(48,35,30); }

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

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

 a { background-color: rgb(48,35,30); }

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

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

 span { border-color: rgb(48,35,30); }

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