#252C1F

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

Shades of Black Forest #252C1F

Tints of Black Forest #252C1F

Color information

#252C1F (or 0x252C1F) is unknown color: approx Black Forest. HEX triplet: 25, 2C and 1F. RGB value is (37,44,31). Sum of RGB (Red+Green+Blue) = 37+44+31=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #252C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C1F is #DAD3E0. Grayscale: #282828. Windows color (decimal): -14341089 or 2042917. OLE color: 2042917.

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

Color convert

RGB374431-
CMYK0.1600.300.83
HSL92.31º17.33%14.71%-
HSV(B)92.31º29.55%17.25%-
XYZ1.912.291.64-
YUV40.42122.68125.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=33.04%
G=39.29%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744310.1600.300.8392.3117.3314.71
Hex252C1F1001E535c11f
Octal455437200361231342117
Binary100101101100111111000001111010100111011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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