Html Css Color HEX #252515 Maire

📋 copy color: '#252515'

red 37 ◦ green 37 ◦ blue 21

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

Shades of Maire #252515

Tints of Maire #252515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.95%

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

R = 38.95%
G = 38.95%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#252515 (or 0x252515) is known color: Maire. HEX triplet: 25, 25 and 15. RGB value is (37,37,21). Sum of RGB (Red+Green+Blue) = 37+37+21=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252515 is #DADAEA. Grayscale: #232323. Windows color (decimal): -14342891 or 1385765. OLE color: 1385765.

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

Color convert

RGB 37 37 21 -
CMYK 0 0 0.43 0.85
HSL 60º 0.28% 0.11% -
HSV(B) 60º 0.43% 0.15% -
XYZ 1.56 1.77 0.97 -
YUV 35.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 37 37 21 0 0 0.43 0.85 60 0.28 0.11
Hex 25 25 15 0 0 2B 55 3C 1C B
Octal 45 45 25 0 0 53 125 74 34 13
Binary 100101 100101 10101 0 0 101011 1010101 111100 11100 1011

Color Harmonies of #252515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252515

Black with #252515

Text Example


Text Example

White with #252515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252515; }

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

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

background-color css

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

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

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

border-color css

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

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

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