#30201C

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

Shades of Wood Bark #30201C

Tints of Wood Bark #30201C

Color information

#30201C (or 0x30201C) is unknown color: approx Wood Bark. HEX triplet: 30, 20 and 1C. RGB value is (48,32,28). Sum of RGB (Red+Green+Blue) = 48+32+28=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #30201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201C is #CFDFE3. Grayscale: #242424. Windows color (decimal): -13623268 or 1843248. OLE color: 1843248.

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

Color convert

RGB483228-
CMYK00.330.420.81
HSL12º26.32%14.9%-
HSV(B)12º41.67%18.82%-
XYZ1.951.751.33-
YUV36.33123.3136.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=44.44%
G=29.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322800.330.420.811226.3214.9
Hex30201C0212A51c1af
Octal60403404152121143217
Binary11000010000011100010000110101010100011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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