Html Css Color HEX #252505 Maire

📋 copy color: '#252505'

red 37 ◦ green 37 ◦ blue 5

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

Shades of Maire #252505

Tints of Maire #252505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.33%

R = 46.84%
G = 46.84%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#252505 (or 0x252505) is known color: Maire. HEX triplet: 25, 25 and 05. RGB value is (37,37,5). Sum of RGB (Red+Green+Blue) = 37+37+5=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252505 is #DADAFA. Grayscale: #212121. Windows color (decimal): -14342907 or 337189. OLE color: 337189.

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

Color convert

RGB 37 37 5 -
CMYK 0 0 0.86 0.85
HSL 60º 0.76% 0.08% -
HSV(B) 60º 0.86% 0.15% -
XYZ 1.45 1.73 0.4 -
YUV 33.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 37 37 5 0 0 0.86 0.85 60 0.76 0.08
Hex 25 25 5 0 0 56 55 3C 4C 8
Octal 45 45 5 0 0 126 125 74 114 10
Binary 100101 100101 101 0 0 1010110 1010101 111100 1001100 1000

Color Harmonies of #252505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252505

Black with #252505

Text Example


Text Example

White with #252505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252505; }

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

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

background-color css

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

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

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

border-color css

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

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

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