#30241E

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

Shades of Wood Bark #30241E

Tints of Wood Bark #30241E

Color information

#30241E (or 0x30241E) is unknown color: approx Wood Bark. HEX triplet: 30, 24 and 1E. RGB value is (48,36,30). Sum of RGB (Red+Green+Blue) = 48+36+30=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241E is #CFDBE1. Grayscale: #262626. Windows color (decimal): -13622242 or 1975344. OLE color: 1975344.

HSL color Cylindrical-coordinate representation of color #30241E: hue angle of 20º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30241E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB483630-
CMYK00.250.370.81
HSL20º23.08%15.29%-
HSV(B)20º37.5%18.82%-
XYZ2.081.981.5-
YUV38.9122.98134.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363000.250.370.812023.0815.29
Hex30241E01925511417f
Octal60443603145121242717
Binary11000010010011110011001100101101000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30241E; }

 p { color: rgb(48,36,30); }

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

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

 a { background-color: rgb(48,36,30); }

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

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

 span { border-color: rgb(48,36,30); }

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