#251D05

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

Shades of Maire #251D05

Tints of Maire #251D05

Color information

#251D05 (or 0x251D05) is unknown color: approx Maire. HEX triplet: 25, 1D and 05. RGB value is (37,29,5). Sum of RGB (Red+Green+Blue) = 37+29+5=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D05 is #DAE2FA. Grayscale: #1C1C1C. Windows color (decimal): -14344955 or 335141. OLE color: 335141.

HSL color Cylindrical-coordinate representation of color #251D05: hue angle of 45º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251D05 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB37295-
CMYK00.220.860.85
HSL45º76.19%8.24%-
HSV(B)45º86.49%14.51%-
XYZ1.231.280.33-
YUV28.66114.65133.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 29 (11.72% from 255) = 40.85%
BLUE value IS 5 (2.34% from 255) = 7.04%
R=52.11%
G=40.85%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3729500.220.860.854576.198.24
Hex251D501656552d4c8
Octal453550261261255511410
Binary100101111011010101101010110101010110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251D05; }

 p { color: rgb(37,29,5); }

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

<style>
 a { background-color: #251D05; }

 a { background-color: rgb(37,29,5); }

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

<style>
 span { border-color: #251D05; }

 span { border-color: rgb(37,29,5); }

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