Html Css Color HEX #252115 Maire

📋 copy color: '#252115'

red 37 ◦ green 33 ◦ blue 21

#252115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #252115

Tints of Maire #252115

RGB

 RED value IS 37 (14.84% from 255) = 40.66%

 GREEN value IS 33 (13.28% from 255) = 36.26%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 40.66%
G = 36.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#252115 (or 0x252115) is known color: Maire. HEX triplet: 25, 21 and 15. RGB value is (37,33,21). Sum of RGB (Red+Green+Blue) = 37+33+21=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252115 is #DADEEA. Grayscale: #202020. Windows color (decimal): -14343915 or 1384741. OLE color: 1384741.

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

Color convert

RGB 37 33 21 -
CMYK 0 0.11 0.43 0.85
HSL 45º 0.28% 0.11% -
HSV(B) 45º 0.43% 0.15% -
XYZ 1.44 1.54 0.93 -
YUV 32.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 37 33 21 0 0.11 0.43 0.85 45 0.28 0.11
Hex 25 21 15 0 B 2B 55 2D 1C B
Octal 45 41 25 0 13 53 125 55 34 13
Binary 100101 100001 10101 0 1011 101011 1010101 101101 11100 1011

Color Harmonies of #252115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252115

Black with #252115

Text Example


Text Example

White with #252115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252115; }

 p { color: rgb(37,33,21); }

 H1.HeaderClassName
 {
   color: #252115;
 }
 .AnyTagClassName
 {
   color: #252115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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