#253021

Color #253021 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #253021

Tints of Black Forest #253021

Color information

#253021 (or 0x253021) is unknown color: approx Black Forest. HEX triplet: 25, 30 and 21. RGB value is (37,48,33). Sum of RGB (Red+Green+Blue) = 37+48+33=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #253021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253021 is #DACFDE. Grayscale: #2B2B2B. Windows color (decimal): -14340063 or 2175013. OLE color: 2175013.

HSL color Cylindrical-coordinate representation of color #253021: hue angle of 104º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #253021 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB374833-
CMYK0.2300.310.81
HSL104º18.52%15.88%-
HSV(B)104º31.25%18.82%-
XYZ2.092.621.83-
YUV43122.36123.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=31.36%
G=40.68%
B=27.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748330.2300.310.8110418.5215.88
Hex2530211701F51681310
Octal456041270371211502320
Binary10010111000010000110111011111101000111010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253021; }

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

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

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

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

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

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

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

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