#302421

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

Shades of Wood Bark #302421

Tints of Wood Bark #302421

Color information

#302421 (or 0x302421) is unknown color: approx Wood Bark. HEX triplet: 30, 24 and 21. RGB value is (48,36,33). Sum of RGB (Red+Green+Blue) = 48+36+33=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302421 is #CFDBDE. Grayscale: #272727. Windows color (decimal): -13622239 or 2171952. OLE color: 2171952.

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

Color convert

RGB483633-
CMYK00.250.310.81
HSL12º18.52%15.88%-
HSV(B)12º31.25%18.82%-
XYZ2.1221.71-
YUV39.25124.48134.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=41.03%
G=30.77%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363300.250.310.811218.5215.88
Hex3024210191F51c1310
Octal60444103137121142320
Binary11000010010010000101100111111101000111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302421; }

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

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

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

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

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

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

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

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