#30231C

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

Shades of Wood Bark #30231C

Tints of Wood Bark #30231C

Color information

#30231C (or 0x30231C) is unknown color: approx Wood Bark. HEX triplet: 30, 23 and 1C. RGB value is (48,35,28). Sum of RGB (Red+Green+Blue) = 48+35+28=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231C is #CFDCE3. Grayscale: #262626. Windows color (decimal): -13622500 or 1844016. OLE color: 1844016.

HSL color Cylindrical-coordinate representation of color #30231C: hue angle of 21º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30231C is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB483528-
CMYK00.270.420.81
HSL21º26.32%14.9%-
HSV(B)21º41.67%18.82%-
XYZ2.031.911.36-
YUV38.09122.31135.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=43.24%
G=31.53%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48352800.270.420.812126.3214.9
Hex30231C01B2A51151af
Octal60433403352121253217
Binary11000010001111100011011101010101000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30231C; }

 p { color: rgb(48,35,28); }

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

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

 a { background-color: rgb(48,35,28); }

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

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

 span { border-color: rgb(48,35,28); }

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