#252A21

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

Shades of Black Forest #252A21

Tints of Black Forest #252A21

Color information

#252A21 (or 0x252A21) is unknown color: approx Black Forest. HEX triplet: 25, 2A and 21. RGB value is (37,42,33). Sum of RGB (Red+Green+Blue) = 37+42+33=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 42 - color contains mainly: green. Hex color #252A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A21 is #DAD5DE. Grayscale: #272727. Windows color (decimal): -14341599 or 2173477. OLE color: 2173477.

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

Color convert

RGB374233-
CMYK0.1200.210.84
HSL93.33º12%14.71%-
HSV(B)93.33º21.43%16.47%-
XYZ1.872.161.76-
YUV39.48124.34126.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=33.04%
G=37.5%
B=29.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3742330.1200.210.8493.331214.71
Hex252A21C015545dcf
Octal455241140251241351417
Binary10010110101010000111000101011010100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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