Html Css Color HEX #252513 Maire

📋 copy color: '#252513'

red 37 ◦ green 37 ◦ blue 19

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

Shades of Maire #252513

Tints of Maire #252513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 39.78%
G = 39.78%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#252513 (or 0x252513) is known color: Maire. HEX triplet: 25, 25 and 13. RGB value is (37,37,19). Sum of RGB (Red+Green+Blue) = 37+37+19=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252513 is #DADAEC. Grayscale: #232323. Windows color (decimal): -14342893 or 1254693. OLE color: 1254693.

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

Color convert

RGB 37 37 19 -
CMYK 0 0 0.49 0.85
HSL 60º 0.32% 0.11% -
HSV(B) 60º 0.49% 0.15% -
XYZ 1.54 1.76 0.88 -
YUV 34.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 37 37 19 0 0 0.49 0.85 60 0.32 0.11
Hex 25 25 13 0 0 31 55 3C 20 B
Octal 45 45 23 0 0 61 125 74 40 13
Binary 100101 100101 10011 0 0 110001 1010101 111100 100000 1011

Color Harmonies of #252513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252513

Black with #252513

Text Example


Text Example

White with #252513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252513; }

 p { color: rgb(37,37,19); }

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

background-color css

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

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

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

border-color css

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

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

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