Html Css Color HEX #252308 Maire

📋 copy color: '#252308'

red 37 ◦ green 35 ◦ blue 8

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

Shades of Maire #252308

Tints of Maire #252308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10%

R = 46.25%
G = 43.75%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#252308 (or 0x252308) is known color: Maire. HEX triplet: 25, 23 and 08. RGB value is (37,35,8). Sum of RGB (Red+Green+Blue) = 37+35+8=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #252308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252308 is #DADCF7. Grayscale: #202020. Windows color (decimal): -14343416 or 533285. OLE color: 533285.

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

Color convert

RGB 37 35 8 -
CMYK 0 0.05 0.78 0.85
HSL 55.86º 0.64% 0.09% -
HSV(B) 55.86º 0.78% 0.15% -
XYZ 1.41 1.61 0.47 -
YUV 32.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 37 35 8 0 0.05 0.78 0.85 55.86 0.64 0.09
Hex 25 23 8 0 5 4E 55 38 40 9
Octal 45 43 10 0 5 116 125 70 100 11
Binary 100101 100011 1000 0 101 1001110 1010101 111000 1000000 1001

Color Harmonies of #252308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252308

Black with #252308

Text Example


Text Example

White with #252308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252308; }

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

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

background-color css

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

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

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

border-color css

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

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

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