Html Css Color HEX #251F00 Maire

📋 copy color: '#251F00'

red 37 ◦ green 31 ◦ blue 0

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

Shades of Maire #251F00

Tints of Maire #251F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.41%
G = 45.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#251F00 (or 0x251F00) is known color: Maire. HEX triplet: 25, 1F and 00. RGB value is (37,31,0). Sum of RGB (Red+Green+Blue) = 37+31+0=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #251F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F00 is #DAE0FF. Grayscale: #1D1D1D. Windows color (decimal): -14344448 or 7973. OLE color: 7973.

HSL color Cylindrical-coordinate representation of color #251F00: hue angle of 50.27º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #251F00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 31 0 -
CMYK 0 0.16 1 0.85
HSL 50.27º 1% 0.07% -
HSV(B) 50.27º 1% 0.15% -
XYZ 1.25 1.37 0.2 -
YUV 29.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 37 31 0 0 0.16 1 0.85 50.27 1 0.07
Hex 25 1F 0 0 10 64 55 32 64 7
Octal 45 37 0 0 20 144 125 62 144 7
Binary 100101 11111 0 0 10000 1100100 1010101 110010 1100100 111

Color Harmonies of #251F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F00

Black with #251F00

Text Example


Text Example

White with #251F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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