#252F1F

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

Shades of Black Forest #252F1F

Tints of Black Forest #252F1F

Color information

#252F1F (or 0x252F1F) is unknown color: approx Black Forest. HEX triplet: 25, 2F and 1F. RGB value is (37,47,31). Sum of RGB (Red+Green+Blue) = 37+47+31=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #252F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F1F is #DAD0E0. Grayscale: #2A2A2A. Windows color (decimal): -14340321 or 2043685. OLE color: 2043685.

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

Color convert

RGB374731-
CMYK0.2100.340.82
HSL97.5º20.51%15.29%-
HSV(B)97.5º34.04%18.43%-
XYZ2.032.531.68-
YUV42.19121.69124.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=32.17%
G=40.87%
B=26.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747310.2100.340.8297.520.5115.29
Hex252F1F15022526115f
Octal455737250421221412517
Binary1001011011111111110101010001010100101100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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