#30221B

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

Shades of Wood Bark #30221B

Tints of Wood Bark #30221B

Color information

#30221B (or 0x30221B) is unknown color: approx Wood Bark. HEX triplet: 30, 22 and 1B. RGB value is (48,34,27). Sum of RGB (Red+Green+Blue) = 48+34+27=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30221B is #CFDDE4. Grayscale: #252525. Windows color (decimal): -13622757 or 1778224. OLE color: 1778224.

HSL color Cylindrical-coordinate representation of color #30221B: hue angle of 20º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30221B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB483427-
CMYK00.290.440.81
HSL20º28%14.71%-
HSV(B)20º43.75%18.82%-
XYZ1.991.851.29-
YUV37.39122.14135.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=44.04%
G=31.19%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342700.290.440.81202814.71
Hex30221B01D2C51141cf
Octal60423303554121243417
Binary11000010001011011011101101100101000110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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