#30221C

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

Shades of Wood Bark #30221C

Tints of Wood Bark #30221C

Color information

#30221C (or 0x30221C) is unknown color: approx Wood Bark. HEX triplet: 30, 22 and 1C. RGB value is (48,34,28). Sum of RGB (Red+Green+Blue) = 48+34+28=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30221C is #CFDDE3. Grayscale: #252525. Windows color (decimal): -13622756 or 1843760. OLE color: 1843760.

HSL color Cylindrical-coordinate representation of color #30221C: hue angle of 18º 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 #30221C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB483428-
CMYK00.290.420.81
HSL18º26.32%14.9%-
HSV(B)18º41.67%18.82%-
XYZ21.861.35-
YUV37.5122.64135.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=43.64%
G=30.91%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342800.290.420.811826.3214.9
Hex30221C01D2A51121af
Octal60423403552121223217
Binary11000010001011100011101101010101000110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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