#30241F

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

Shades of Wood Bark #30241F

Tints of Wood Bark #30241F

Color information

#30241F (or 0x30241F) is unknown color: approx Wood Bark. HEX triplet: 30, 24 and 1F. RGB value is (48,36,31). Sum of RGB (Red+Green+Blue) = 48+36+31=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241F is #CFDBE0. Grayscale: #272727. Windows color (decimal): -13622241 or 2040880. OLE color: 2040880.

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

Color convert

RGB483631-
CMYK00.250.350.81
HSL17.65º21.52%15.49%-
HSV(B)17.65º35.42%18.82%-
XYZ2.11.991.57-
YUV39.02123.48134.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=41.74%
G=31.30%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363100.250.350.8117.6521.5215.49
Hex30241F01923511216f
Octal60443703143121222617
Binary11000010010011111011001100011101000110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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