#252319

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

Shades of Maire #252319

Tints of Maire #252319

Color information

#252319 (or 0x252319) is unknown color: approx Maire. HEX triplet: 25, 23 and 19. RGB value is (37,35,25). Sum of RGB (Red+Green+Blue) = 37+35+25=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 37 - color contains mainly: red. Hex color #252319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252319 is #DADCE6. Grayscale: #222222. Windows color (decimal): -14343399 or 1647397. OLE color: 1647397.

HSL color Cylindrical-coordinate representation of color #252319: hue angle of 50º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #252319 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB373525-
CMYK00.050.320.85
HSL50º19.35%12.16%-
HSV(B)50º32.43%14.51%-
XYZ1.541.671.16-
YUV34.46122.66129.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=38.14%
G=36.08%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352500.050.320.855019.3512.16
Hex2523190520553213c
Octal4543310540125622314
Binary1001011000111100101011000001010101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252319; }

 p { color: rgb(37,35,25); }

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

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

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

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

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

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

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