Html Css Color HEX #253221 Black Forest

📋 copy color: '#253221'

red 37 ◦ green 50 ◦ blue 33

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

Shades of Black Forest #253221

Tints of Black Forest #253221

RGB

 RED value IS 37 (14.84% from 255) = 30.83%

 GREEN value IS 50 (19.92% from 255) = 41.67%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 30.83%
G = 41.67%
B = 27.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#253221 (or 0x253221) is known color: Black Forest. HEX triplet: 25, 32 and 21. RGB value is (37,50,33). Sum of RGB (Red+Green+Blue) = 37+50+33=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #253221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253221 is #DACDDE. Grayscale: #2C2C2C. Windows color (decimal): -14339551 or 2175525. OLE color: 2175525.

HSL color Cylindrical-coordinate representation of color #253221: hue angle of 105.88º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253221 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 33 -
CMYK 0.26 0 0.34 0.80
HSL 105.88º 0.2% 0.16% -
HSV(B) 105.88º 0.34% 0.2% -
XYZ 2.18 2.78 1.86 -
YUV 44.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 37 50 33 0.26 0 0.34 0.80 105.88 0.2 0.16
Hex 25 32 21 1A 0 22 50 6A 14 10
Octal 45 62 41 32 0 42 120 152 24 20
Binary 100101 110010 100001 11010 0 100010 1010000 1101010 10100 10000

Color Harmonies of #253221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253221

Black with #253221

Text Example


Text Example

White with #253221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253221; }

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

 H1.HeaderClassName
 {
   color: #253221;
 }
 .AnyTagClassName
 {
   color: #253221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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