#302119

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

Shades of Wood Bark #302119

Tints of Wood Bark #302119

Color information

#302119 (or 0x302119) is unknown color: approx Wood Bark. HEX triplet: 30, 21 and 19. RGB value is (48,33,25). Sum of RGB (Red+Green+Blue) = 48+33+25=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302119 is #CFDEE6. Grayscale: #242424. Windows color (decimal): -13623015 or 1646896. OLE color: 1646896.

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

Color convert

RGB483325-
CMYK00.310.480.81
HSL20.87º31.51%14.31%-
HSV(B)20.87º47.92%18.82%-
XYZ1.941.791.16-
YUV36.57121.47136.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=45.28%
G=31.13%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48332500.310.480.8120.8731.5114.31
Hex30211901F30511520e
Octal60413103760121254016
Binary110000100001110010111111100001010001101011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302119; }

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

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

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

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

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

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

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

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