Html Css Color HEX #252314 Maire

📋 copy color: '#252314'

red 37 ◦ green 35 ◦ blue 20

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

Shades of Maire #252314

Tints of Maire #252314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.04%

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

R = 40.22%
G = 38.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#252314 (or 0x252314) is known color: Maire. HEX triplet: 25, 23 and 14. RGB value is (37,35,20). Sum of RGB (Red+Green+Blue) = 37+35+20=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #252314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252314 is #DADCEB. Grayscale: #212121. Windows color (decimal): -14343404 or 1319717. OLE color: 1319717.

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

Color convert

RGB 37 35 20 -
CMYK 0 0.05 0.46 0.85
HSL 52.94º 0.3% 0.11% -
HSV(B) 52.94º 0.46% 0.15% -
XYZ 1.49 1.65 0.9 -
YUV 33.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 37 35 20 0 0.05 0.46 0.85 52.94 0.3 0.11
Hex 25 23 14 0 5 2E 55 35 1E B
Octal 45 43 24 0 5 56 125 65 36 13
Binary 100101 100011 10100 0 101 101110 1010101 110101 11110 1011

Color Harmonies of #252314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252314

Black with #252314

Text Example


Text Example

White with #252314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252314; }

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

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

background-color css

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

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

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

border-color css

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

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

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