#25321B

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

Shades of Black Forest #25321B

Tints of Black Forest #25321B

Color information

#25321B (or 0x25321B) is unknown color: approx Black Forest. HEX triplet: 25, 32 and 1B. RGB value is (37,50,27). Sum of RGB (Red+Green+Blue) = 37+50+27=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #25321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321B is #DACDE4. Grayscale: #2B2B2B. Windows color (decimal): -14339557 or 1782309. OLE color: 1782309.

HSL color Cylindrical-coordinate representation of color #25321B: hue angle of 93.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25321B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB375027-
CMYK0.2600.460.80
HSL93.91º29.87%15.1%-
HSV(B)93.91º46%19.61%-
XYZ2.12.751.46-
YUV43.49118.69123.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=32.46%
G=43.86%
B=23.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750270.2600.460.8093.9129.8715.1
Hex25321B1A02E505e1ef
Octal456233320561201363617
Binary1001011100101101111010010111010100001011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25321B; }

 p { color: rgb(37,50,27); }

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

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

 a { background-color: rgb(37,50,27); }

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

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

 span { border-color: rgb(37,50,27); }

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