#251E0B

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

Shades of Maire #251E0B

Tints of Maire #251E0B

Color information

#251E0B (or 0x251E0B) is unknown color: approx Maire. HEX triplet: 25, 1E and 0B. RGB value is (37,30,11). Sum of RGB (Red+Green+Blue) = 37+30+11=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E0B is #DAE1F4. Grayscale: #1E1E1E. Windows color (decimal): -14344693 or 728613. OLE color: 728613.

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

Color convert

RGB373011-
CMYK00.190.700.85
HSL43.85º54.17%9.41%-
HSV(B)43.85º70.27%14.51%-
XYZ1.291.350.51-
YUV29.93117.32133.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=47.44%
G=38.46%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37301100.190.700.8543.8554.179.41
Hex251EB01346552c369
Octal453613023106125546611
Binary100101111101011010011100011010101011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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