#302019

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

Shades of Wood Bark #302019

Tints of Wood Bark #302019

Color information

#302019 (or 0x302019) is unknown color: approx Wood Bark. HEX triplet: 30, 20 and 19. RGB value is (48,32,25). Sum of RGB (Red+Green+Blue) = 48+32+25=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302019 is #CFDFE6. Grayscale: #242424. Windows color (decimal): -13623271 or 1646640. OLE color: 1646640.

HSL color Cylindrical-coordinate representation of color #302019: hue angle of 18.26º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302019 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB483225-
CMYK00.330.480.81
HSL18.26º31.51%14.31%-
HSV(B)18.26º47.92%18.82%-
XYZ1.911.731.15-
YUV35.99121.8136.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=45.71%
G=30.48%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322500.330.480.8118.2631.5114.31
Hex30201902130511220e
Octal60403104160121224016
Binary1100001000001100101000011100001010001100101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302019; }

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

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

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

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

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

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

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

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