Html Css Color HEX #252221 Wood Bark

📋 copy color: '#252221'

red 37 ◦ green 34 ◦ blue 33

#252221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #252221

Tints of Wood Bark #252221

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 value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#252221 (or 0x252221) is known color: 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

RGB 37 34 33 -
CMYK 0 0.08 0.11 0.85
HSL 15º 0.06% 0.14% -
HSV(B) 15º 0.11% 0.15% -
XYZ 1.61 1.65 1.67 -
YUV 34.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 37 34 33 0 0.08 0.11 0.85 15 0.06 0.14
Hex 25 22 21 0 8 B 55 F 6 E
Octal 45 42 41 0 10 13 125 17 6 16
Binary 100101 100010 100001 0 1000 1011 1010101 1111 110 1110

Color Harmonies of #252221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252221

Black with #252221

Text Example


Text Example

White with #252221

Text Example


Text Example

HTML Codes & Css Web 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>