#251E05

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

Shades of Maire #251E05

Tints of Maire #251E05

Color information

#251E05 (or 0x251E05) is unknown color: approx Maire. HEX triplet: 25, 1E and 05. RGB value is (37,30,5). Sum of RGB (Red+Green+Blue) = 37+30+5=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E05 is #DAE1FA. Grayscale: #1D1D1D. Windows color (decimal): -14344699 or 335397. OLE color: 335397.

HSL color Cylindrical-coordinate representation of color #251E05: hue angle of 46.87º 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 #251E05 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB37305-
CMYK00.190.860.85
HSL46.87º76.19%8.24%-
HSV(B)46.87º86.49%14.51%-
XYZ1.251.330.33-
YUV29.24114.32133.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 30 (12.11% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=51.39%
G=41.67%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3730500.190.860.8546.8776.198.24
Hex251E501356552f4c8
Octal453650231261255711410
Binary100101111101010100111010110101010110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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