#302B29

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

Shades of Wood Bark #302B29

Tints of Wood Bark #302B29

Color information

#302B29 (or 0x302B29) is unknown color: approx Wood Bark. HEX triplet: 30, 2B and 29. RGB value is (48,43,41). Sum of RGB (Red+Green+Blue) = 48+43+41=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #302B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B29 is #CFD4D6. Grayscale: #2C2C2C. Windows color (decimal): -13620439 or 2698032. OLE color: 2698032.

HSL color Cylindrical-coordinate representation of color #302B29: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302B29 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB484341-
CMYK00.100.150.81
HSL17.14º7.87%17.45%-
HSV(B)17.14º14.58%18.82%-
XYZ2.482.522.45-
YUV44.27126.16130.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=36.36%
G=32.58%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48434100.100.150.8117.147.8717.45
Hex302B290AF5111811
Octal60535101217121211021
Binary110000101011101001010101111101000110001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B29; }

 p { color: rgb(48,43,41); }

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

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

 a { background-color: rgb(48,43,41); }

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

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

 span { border-color: rgb(48,43,41); }

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