#252514

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

Shades of Maire #252514

Tints of Maire #252514

Color information

#252514 (or 0x252514) is unknown color: approx Maire. HEX triplet: 25, 25 and 14. RGB value is (37,37,20). Sum of RGB (Red+Green+Blue) = 37+37+20=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252514 is #DADAEB. Grayscale: #232323. Windows color (decimal): -14342892 or 1320229. OLE color: 1320229.

HSL color Cylindrical-coordinate representation of color #252514: hue angle of 60º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #252514 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB373720-
CMYK000.460.85
HSL60º29.82%11.18%-
HSV(B)60º45.95%14.51%-
XYZ1.551.770.92-
YUV35.06119.5129.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=39.36%
G=39.36%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373720000.460.856029.8211.18
Hex252514002E553c1eb
Octal4545240056125743613
Binary10010110010110100001011101010101111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252514; }

 p { color: rgb(37,37,20); }

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

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

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

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

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

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

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