Html Css Color HEX #252512 Maire

📋 copy color: '#252512'

red 37 ◦ green 37 ◦ blue 18

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

Shades of Maire #252512

Tints of Maire #252512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 40.22%
G = 40.22%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252512 (or 0x252512) is known color: Maire. HEX triplet: 25, 25 and 12. RGB value is (37,37,18). Sum of RGB (Red+Green+Blue) = 37+37+18=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252512 is #DADAED. Grayscale: #222222. Windows color (decimal): -14342894 or 1189157. OLE color: 1189157.

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

Color convert

RGB 37 37 18 -
CMYK 0 0 0.51 0.85
HSL 60º 0.35% 0.11% -
HSV(B) 60º 0.51% 0.15% -
XYZ 1.53 1.76 0.83 -
YUV 34.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 37 37 18 0 0 0.51 0.85 60 0.35 0.11
Hex 25 25 12 0 0 33 55 3C 23 B
Octal 45 45 22 0 0 63 125 74 43 13
Binary 100101 100101 10010 0 0 110011 1010101 111100 100011 1011

Color Harmonies of #252512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252512

Black with #252512

Text Example


Text Example

White with #252512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252512; }

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

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

background-color css

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

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

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

border-color css

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

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

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