Html Css Color HEX #252414 Maire

📋 copy color: '#252414'

red 37 ◦ green 36 ◦ blue 20

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

Shades of Maire #252414

Tints of Maire #252414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.71%

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

R = 39.78%
G = 38.71%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#252414 (or 0x252414) is known color: Maire. HEX triplet: 25, 24 and 14. RGB value is (37,36,20). Sum of RGB (Red+Green+Blue) = 37+36+20=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #252414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252414 is #DADBEB. Grayscale: #222222. Windows color (decimal): -14343148 or 1319973. OLE color: 1319973.

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

Color convert

RGB 37 36 20 -
CMYK 0 0.03 0.46 0.85
HSL 56.47º 0.3% 0.11% -
HSV(B) 56.47º 0.46% 0.15% -
XYZ 1.52 1.71 0.91 -
YUV 34.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 37 36 20 0 0.03 0.46 0.85 56.47 0.3 0.11
Hex 25 24 14 0 3 2E 55 38 1E B
Octal 45 44 24 0 3 56 125 70 36 13
Binary 100101 100100 10100 0 11 101110 1010101 111000 11110 1011

Color Harmonies of #252414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252414

Black with #252414

Text Example


Text Example

White with #252414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252414; }

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

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

background-color css

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

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

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

border-color css

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

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

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