Html Css Color HEX #252312 Maire

📋 copy color: '#252312'

red 37 ◦ green 35 ◦ blue 18

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

Shades of Maire #252312

Tints of Maire #252312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20%

R = 41.11%
G = 38.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252312 (or 0x252312) is known color: Maire. HEX triplet: 25, 23 and 12. RGB value is (37,35,18). Sum of RGB (Red+Green+Blue) = 37+35+18=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #252312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252312 is #DADCED. Grayscale: #212121. Windows color (decimal): -14343406 or 1188645. OLE color: 1188645.

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

Color convert

RGB 37 35 18 -
CMYK 0 0.05 0.51 0.85
HSL 53.68º 0.35% 0.11% -
HSV(B) 53.68º 0.51% 0.15% -
XYZ 1.47 1.64 0.81 -
YUV 33.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 37 35 18 0 0.05 0.51 0.85 53.68 0.35 0.11
Hex 25 23 12 0 5 33 55 36 23 B
Octal 45 43 22 0 5 63 125 66 43 13
Binary 100101 100011 10010 0 101 110011 1010101 110110 100011 1011

Color Harmonies of #252312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252312

Black with #252312

Text Example


Text Example

White with #252312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252312; }

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

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

background-color css

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

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

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

border-color css

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

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

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