#302824

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

Shades of Wood Bark #302824

Tints of Wood Bark #302824

Color information

#302824 (or 0x302824) is unknown color: approx Wood Bark. HEX triplet: 30, 28 and 24. RGB value is (48,40,36). Sum of RGB (Red+Green+Blue) = 48+40+36=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302824 is #CFD7DB. Grayscale: #292929. Windows color (decimal): -13621212 or 2369584. OLE color: 2369584.

HSL color Cylindrical-coordinate representation of color #302824: hue angle of 20º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302824 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB484036-
CMYK00.170.250.81
HSL20º14.29%16.47%-
HSV(B)20º25%18.82%-
XYZ2.32.271.99-
YUV41.94124.65132.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48403600.170.250.812014.2916.47
Hex302824011195114e10
Octal60504402131121241620
Binary11000010100010010001000111001101000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302824; }

 p { color: rgb(48,40,36); }

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

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

 a { background-color: rgb(48,40,36); }

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

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

 span { border-color: rgb(48,40,36); }

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