Html Css Color HEX #252012 Maire

📋 copy color: '#252012'

red 37 ◦ green 32 ◦ blue 18

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

Shades of Maire #252012

Tints of Maire #252012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

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

R = 42.53%
G = 36.78%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252012 (or 0x252012) is known color: Maire. HEX triplet: 25, 20 and 12. RGB value is (37,32,18). Sum of RGB (Red+Green+Blue) = 37+32+18=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #252012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252012 is #DADFED. Grayscale: #1F1F1F. Windows color (decimal): -14344174 or 1187877. OLE color: 1187877.

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

Color convert

RGB 37 32 18 -
CMYK 0 0.14 0.51 0.85
HSL 44.21º 0.35% 0.11% -
HSV(B) 44.21º 0.51% 0.15% -
XYZ 1.39 1.47 0.78 -
YUV 31.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 37 32 18 0 0.14 0.51 0.85 44.21 0.35 0.11
Hex 25 20 12 0 E 33 55 2C 23 B
Octal 45 40 22 0 16 63 125 54 43 13
Binary 100101 100000 10010 0 1110 110011 1010101 101100 100011 1011

Color Harmonies of #252012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252012

Black with #252012

Text Example


Text Example

White with #252012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252012; }

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

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

background-color css

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

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

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

border-color css

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

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

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