Html Css Color HEX #252214 Maire

📋 copy color: '#252214'

red 37 ◦ green 34 ◦ blue 20

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

Shades of Maire #252214

Tints of Maire #252214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.36%

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

R = 40.66%
G = 37.36%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#252214 (or 0x252214) is known color: Maire. HEX triplet: 25, 22 and 14. RGB value is (37,34,20). Sum of RGB (Red+Green+Blue) = 37+34+20=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252214 is #DADDEB. Grayscale: #212121. Windows color (decimal): -14343660 or 1319461. OLE color: 1319461.

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

Color convert

RGB 37 34 20 -
CMYK 0 0.08 0.46 0.85
HSL 49.41º 0.3% 0.11% -
HSV(B) 49.41º 0.46% 0.15% -
XYZ 1.46 1.59 0.89 -
YUV 33.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 37 34 20 0 0.08 0.46 0.85 49.41 0.3 0.11
Hex 25 22 14 0 8 2E 55 31 1E B
Octal 45 42 24 0 10 56 125 61 36 13
Binary 100101 100010 10100 0 1000 101110 1010101 110001 11110 1011

Color Harmonies of #252214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252214

Black with #252214

Text Example


Text Example

White with #252214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252214; }

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

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

background-color css

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

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

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

border-color css

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

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

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