#302018

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

Shades of Wood Bark #302018

Tints of Wood Bark #302018

Color information

#302018 (or 0x302018) is unknown color: approx Wood Bark. HEX triplet: 30, 20 and 18. RGB value is (48,32,24). Sum of RGB (Red+Green+Blue) = 48+32+24=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302018 is #CFDFE7. Grayscale: #232323. Windows color (decimal): -13623272 or 1581104. OLE color: 1581104.

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

Color convert

RGB483224-
CMYK00.330.50.81
HSL20º33.33%14.12%-
HSV(B)20º50%18.82%-
XYZ1.91.731.1-
YUV35.87121.3136.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322400.330.50.812033.3314.12
Hex30201802132511421e
Octal60403004162121244116
Binary1100001000001100001000011100101010001101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302018; }

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

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

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

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

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

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

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

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