#25321A

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

Shades of Black Forest #25321A

Tints of Black Forest #25321A

Color information

#25321A (or 0x25321A) is unknown color: approx Black Forest. HEX triplet: 25, 32 and 1A. RGB value is (37,50,26). Sum of RGB (Red+Green+Blue) = 37+50+26=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #25321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321A is #DACDE5. Grayscale: #2B2B2B. Windows color (decimal): -14339558 or 1716773. OLE color: 1716773.

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

Color convert

RGB375026-
CMYK0.2600.480.80
HSL92.5º31.58%14.9%-
HSV(B)92.5º48%19.61%-
XYZ2.092.751.4-
YUV43.38118.19123.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=32.74%
G=44.25%
B=23.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750260.2600.480.8092.531.5814.9
Hex25321A1A030505c20f
Octal456232320601201344017
Binary10010111001011010110100110000101000010111001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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