Html Css Color HEX #252112 Maire

📋 copy color: '#252112'

red 37 ◦ green 33 ◦ blue 18

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

Shades of Maire #252112

Tints of Maire #252112

RGB

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

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

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

R = 42.05%
G = 37.5%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252112 (or 0x252112) is known color: Maire. HEX triplet: 25, 21 and 12. RGB value is (37,33,18). Sum of RGB (Red+Green+Blue) = 37+33+18=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252112 is #DADEED. Grayscale: #202020. Windows color (decimal): -14343918 or 1188133. OLE color: 1188133.

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

Color convert

RGB 37 33 18 -
CMYK 0 0.11 0.51 0.85
HSL 47.37º 0.35% 0.11% -
HSV(B) 47.37º 0.51% 0.15% -
XYZ 1.42 1.52 0.79 -
YUV 32.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 37 33 18 0 0.11 0.51 0.85 47.37 0.35 0.11
Hex 25 21 12 0 B 33 55 2F 23 B
Octal 45 41 22 0 13 63 125 57 43 13
Binary 100101 100001 10010 0 1011 110011 1010101 101111 100011 1011

Color Harmonies of #252112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252112

Black with #252112

Text Example


Text Example

White with #252112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252112; }

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

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

background-color css

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

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

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

border-color css

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

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

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