#25470B

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

Shades of Black Forest #25470B

Tints of Black Forest #25470B

Color information

#25470B (or 0x25470B) is unknown color: approx Black Forest. HEX triplet: 25, 47 and 0B. RGB value is (37,71,11). Sum of RGB (Red+Green+Blue) = 37+71+11=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #25470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25470B is #DAB8F4. Grayscale: #363636. Windows color (decimal): -14334197 or 739109. OLE color: 739109.

HSL color Cylindrical-coordinate representation of color #25470B: hue angle of 94º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25470B is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB377111-
CMYK0.4800.850.72
HSL94º73.17%16.08%-
HSV(B)94º84.51%27.84%-
XYZ3.084.921.1-
YUV53.99103.74115.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=31.09%
G=59.66%
B=9.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3771110.4800.850.729473.1716.08
Hex2547B30055485e4910
Octal451071360012511013611120
Binary100101100011110111100000101010110010001011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,71,11); }

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

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

 a { background-color: rgb(37,71,11); }

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

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

 span { border-color: rgb(37,71,11); }

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