#30251E

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

Shades of Wood Bark #30251E

Tints of Wood Bark #30251E

Color information

#30251E (or 0x30251E) is unknown color: approx Wood Bark. HEX triplet: 30, 25 and 1E. RGB value is (48,37,30). Sum of RGB (Red+Green+Blue) = 48+37+30=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30251E is #CFDAE1. Grayscale: #272727. Windows color (decimal): -13621986 or 1975600. OLE color: 1975600.

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

Color convert

RGB483730-
CMYK00.230.370.81
HSL23.33º23.08%15.29%-
HSV(B)23.33º37.5%18.82%-
XYZ2.112.051.51-
YUV39.49122.64134.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=41.74%
G=32.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48373000.230.370.8123.3323.0815.29
Hex30251E01725511717f
Octal60453602745121272717
Binary11000010010111110010111100101101000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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