#252922

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

Shades of Black Forest #252922

Tints of Black Forest #252922

Color information

#252922 (or 0x252922) is unknown color: approx Black Forest. HEX triplet: 25, 29 and 22. RGB value is (37,41,34). Sum of RGB (Red+Green+Blue) = 37+41+34=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 41 - color contains mainly: green. Hex color #252922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252922 is #DAD6DD. Grayscale: #272727. Windows color (decimal): -14341854 or 2238757. OLE color: 2238757.

HSL color Cylindrical-coordinate representation of color #252922: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #252922 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB374134-
CMYK0.1000.170.84
HSL94.29º9.33%14.71%-
HSV(B)94.29º17.07%16.08%-
XYZ1.842.091.82-
YUV39.01125.17126.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=33.04%
G=36.61%
B=30.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741340.1000.170.8494.299.3314.71
Hex252922A011545e9f
Octal455142120211241361117
Binary10010110100110001010100100011010100101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252922; }

 p { color: rgb(37,41,34); }

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

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

 a { background-color: rgb(37,41,34); }

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

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

 span { border-color: rgb(37,41,34); }

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