#252F21

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

Shades of Black Forest #252F21

Tints of Black Forest #252F21

Color information

#252F21 (or 0x252F21) is unknown color: approx Black Forest. HEX triplet: 25, 2F and 21. RGB value is (37,47,33). Sum of RGB (Red+Green+Blue) = 37+47+33=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #252F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F21 is #DAD0DE. Grayscale: #2A2A2A. Windows color (decimal): -14340319 or 2174757. OLE color: 2174757.

HSL color Cylindrical-coordinate representation of color #252F21: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #252F21 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB374733-
CMYK0.2100.300.82
HSL102.86º17.5%15.69%-
HSV(B)102.86º29.79%18.43%-
XYZ2.052.541.82-
YUV42.41122.69124.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=31.62%
G=40.17%
B=28.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747330.2100.300.82102.8617.515.69
Hex252F211501E52671210
Octal455741250361221472220
Binary10010110111110000110101011110101001011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F21; }

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

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

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

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

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

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

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

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