#25200B

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

Shades of Maire #25200B

Tints of Maire #25200B

Color information

#25200B (or 0x25200B) is unknown color: approx Maire. HEX triplet: 25, 20 and 0B. RGB value is (37,32,11). Sum of RGB (Red+Green+Blue) = 37+32+11=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #25200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200B is #DADFF4. Grayscale: #1F1F1F. Windows color (decimal): -14344181 or 729125. OLE color: 729125.

HSL color Cylindrical-coordinate representation of color #25200B: hue angle of 48.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25200B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB373211-
CMYK00.140.700.85
HSL48.46º54.17%9.41%-
HSV(B)48.46º70.27%14.51%-
XYZ1.341.450.53-
YUV31.1116.66132.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=46.25%
G=40%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37321100.140.700.8548.4654.179.41
Hex2520B0E465530369
Octal454013016106125606611
Binary100101100000101101110100011010101011100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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