#30211B

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

Shades of Wood Bark #30211B

Tints of Wood Bark #30211B

Color information

#30211B (or 0x30211B) is unknown color: approx Wood Bark. HEX triplet: 30, 21 and 1B. RGB value is (48,33,27). Sum of RGB (Red+Green+Blue) = 48+33+27=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #30211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30211B is #CFDEE4. Grayscale: #242424. Windows color (decimal): -13623013 or 1777968. OLE color: 1777968.

HSL color Cylindrical-coordinate representation of color #30211B: hue angle of 17.14º 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 #30211B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB483327-
CMYK00.310.440.81
HSL17.14º28%14.71%-
HSV(B)17.14º43.75%18.82%-
XYZ1.961.81.28-
YUV36.8122.47135.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 27 (10.94% from 255) = 25%
R=44.44%
G=30.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48332700.310.440.8117.142814.71
Hex30211B01F2C51111cf
Octal60413303754121213417
Binary11000010000111011011111101100101000110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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