#30251F

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

Shades of Wood Bark #30251F

Tints of Wood Bark #30251F

Color information

#30251F (or 0x30251F) is unknown color: approx Wood Bark. HEX triplet: 30, 25 and 1F. RGB value is (48,37,31). Sum of RGB (Red+Green+Blue) = 48+37+31=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251F is #CFDAE0. Grayscale: #272727. Windows color (decimal): -13621985 or 2041136. OLE color: 2041136.

HSL color Cylindrical-coordinate representation of color #30251F: hue angle of 21.18º 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 #30251F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB483731-
CMYK00.230.350.81
HSL21.18º21.52%15.49%-
HSV(B)21.18º35.42%18.82%-
XYZ2.132.051.58-
YUV39.6123.14133.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=41.38%
G=31.90%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48373100.230.350.8121.1821.5215.49
Hex30251F01723511516f
Octal60453702743121252617
Binary11000010010111111010111100011101000110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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