#30211C

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

Shades of Wood Bark #30211C

Tints of Wood Bark #30211C

Color information

#30211C (or 0x30211C) is unknown color: approx Wood Bark. HEX triplet: 30, 21 and 1C. RGB value is (48,33,28). Sum of RGB (Red+Green+Blue) = 48+33+28=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30211C is #CFDEE3. Grayscale: #242424. Windows color (decimal): -13623012 or 1843504. OLE color: 1843504.

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

Color convert

RGB483328-
CMYK00.310.420.81
HSL15º26.32%14.9%-
HSV(B)15º41.67%18.82%-
XYZ1.971.81.34-
YUV36.92122.97135.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=44.04%
G=30.28%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48332800.310.420.811526.3214.9
Hex30211C01F2A51f1af
Octal60413403752121173217
Binary1100001000011110001111110101010100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30211C; }

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

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

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

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

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

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

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

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