Html Css Color HEX #252311 Maire

📋 copy color: '#252311'

red 37 ◦ green 35 ◦ blue 17

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

Shades of Maire #252311

Tints of Maire #252311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 41.57%
G = 39.33%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#252311 (or 0x252311) is known color: Maire. HEX triplet: 25, 23 and 11. RGB value is (37,35,17). Sum of RGB (Red+Green+Blue) = 37+35+17=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #252311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252311 is #DADCEE. Grayscale: #212121. Windows color (decimal): -14343407 or 1123109. OLE color: 1123109.

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

Color convert

RGB 37 35 17 -
CMYK 0 0.05 0.54 0.85
HSL 54º 0.37% 0.11% -
HSV(B) 54º 0.54% 0.15% -
XYZ 1.47 1.64 0.77 -
YUV 33.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 37 35 17 0 0.05 0.54 0.85 54 0.37 0.11
Hex 25 23 11 0 5 36 55 36 25 B
Octal 45 43 21 0 5 66 125 66 45 13
Binary 100101 100011 10001 0 101 110110 1010101 110110 100101 1011

Color Harmonies of #252311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252311

Black with #252311

Text Example


Text Example

White with #252311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252311; }

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

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

background-color css

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

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

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

border-color css

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

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

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