#30201B

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

Shades of Wood Bark #30201B

Tints of Wood Bark #30201B

Color information

#30201B (or 0x30201B) is unknown color: approx Wood Bark. HEX triplet: 30, 20 and 1B. RGB value is (48,32,27). Sum of RGB (Red+Green+Blue) = 48+32+27=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201B is #CFDFE4. Grayscale: #242424. Windows color (decimal): -13623269 or 1777712. OLE color: 1777712.

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

Color convert

RGB483227-
CMYK00.330.440.81
HSL14.29º28%14.71%-
HSV(B)14.29º43.75%18.82%-
XYZ1.931.741.27-
YUV36.21122.8136.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=44.86%
G=29.91%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322700.330.440.8114.292814.71
Hex30201B0212C51e1cf
Octal60403304154121163417
Binary11000010000011011010000110110010100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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