Html Css Color HEX #251F11 Maire

📋 copy color: '#251F11'

red 37 ◦ green 31 ◦ blue 17

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

Shades of Maire #251F11

Tints of Maire #251F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 36.47%

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

R = 43.53%
G = 36.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#251F11 (or 0x251F11) is known color: Maire. HEX triplet: 25, 1F and 11. RGB value is (37,31,17). Sum of RGB (Red+Green+Blue) = 37+31+17=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F11 is #DAE0EE. Grayscale: #1F1F1F. Windows color (decimal): -14344431 or 1122085. OLE color: 1122085.

HSL color Cylindrical-coordinate representation of color #251F11: hue angle of 42º 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 #251F11 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 31 17 -
CMYK 0 0.16 0.54 0.85
HSL 42º 0.37% 0.11% -
HSV(B) 42º 0.54% 0.15% -
XYZ 1.35 1.41 0.73 -
YUV 31.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 37 31 17 0 0.16 0.54 0.85 42 0.37 0.11
Hex 25 1F 11 0 10 36 55 2A 25 B
Octal 45 37 21 0 20 66 125 52 45 13
Binary 100101 11111 10001 0 10000 110110 1010101 101010 100101 1011

Color Harmonies of #251F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F11

Black with #251F11

Text Example


Text Example

White with #251F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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