Html Css Color HEX #252014 Maire

📋 copy color: '#252014'

red 37 ◦ green 32 ◦ blue 20

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

Shades of Maire #252014

Tints of Maire #252014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 41.57%
G = 35.96%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#252014 (or 0x252014) is known color: Maire. HEX triplet: 25, 20 and 14. RGB value is (37,32,20). Sum of RGB (Red+Green+Blue) = 37+32+20=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #252014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252014 is #DADFEB. Grayscale: #202020. Windows color (decimal): -14344172 or 1318949. OLE color: 1318949.

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

Color convert

RGB 37 32 20 -
CMYK 0 0.14 0.46 0.85
HSL 42.35º 0.3% 0.11% -
HSV(B) 42.35º 0.46% 0.15% -
XYZ 1.41 1.48 0.87 -
YUV 32.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 37 32 20 0 0.14 0.46 0.85 42.35 0.3 0.11
Hex 25 20 14 0 E 2E 55 2A 1E B
Octal 45 40 24 0 16 56 125 52 36 13
Binary 100101 100000 10100 0 1110 101110 1010101 101010 11110 1011

Color Harmonies of #252014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252014

Black with #252014

Text Example


Text Example

White with #252014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252014; }

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

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

background-color css

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

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

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

border-color css

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

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

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