#252221

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

Shades of Wood Bark #252221

Tints of Wood Bark #252221

Color information

#252221 (or 0x252221) is unknown color: approx Wood Bark. HEX triplet: 25, 22 and 21. RGB value is (37,34,33). Sum of RGB (Red+Green+Blue) = 37+34+33=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252221 is #DADDDE. Grayscale: #222222. Windows color (decimal): -14343647 or 2171429. OLE color: 2171429.

HSL color Cylindrical-coordinate representation of color #252221: hue angle of 15º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #252221 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB373433-
CMYK00.080.110.85
HSL15º5.71%13.73%-
HSV(B)15º10.81%14.51%-
XYZ1.611.651.67-
YUV34.78126.99129.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=35.58%
G=32.69%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37343300.080.110.85155.7113.73
Hex25222108B55f6e
Octal4542410101312517616
Binary100101100010100001010001011101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252221; }

 p { color: rgb(37,34,33); }

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

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

 a { background-color: rgb(37,34,33); }

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

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

 span { border-color: rgb(37,34,33); }

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