#30231B

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

Shades of Wood Bark #30231B

Tints of Wood Bark #30231B

Color information

#30231B (or 0x30231B) is unknown color: approx Wood Bark. HEX triplet: 30, 23 and 1B. RGB value is (48,35,27). Sum of RGB (Red+Green+Blue) = 48+35+27=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231B is #CFDCE4. Grayscale: #262626. Windows color (decimal): -13622501 or 1778480. OLE color: 1778480.

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

Color convert

RGB483527-
CMYK00.270.440.81
HSL22.86º28%14.71%-
HSV(B)22.86º43.75%18.82%-
XYZ2.021.911.3-
YUV37.98121.81135.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=43.64%
G=31.82%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48352700.270.440.8122.862814.71
Hex30231B01B2C51171cf
Octal60433303354121273417
Binary11000010001111011011011101100101000110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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