Html Css Color HEX #251E00 Maire

📋 copy color: '#251E00'

red 37 ◦ green 30 ◦ blue 0

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

Shades of Maire #251E00

Tints of Maire #251E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 44.78%

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

R = 55.22%
G = 44.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#251E00 (or 0x251E00) is known color: Maire. HEX triplet: 25, 1E and 00. RGB value is (37,30,0). Sum of RGB (Red+Green+Blue) = 37+30+0=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #251E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E00 is #DAE1FF. Grayscale: #1C1C1C. Windows color (decimal): -14344704 or 7717. OLE color: 7717.

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

Color convert

RGB 37 30 0 -
CMYK 0 0.19 1 0.85
HSL 48.65º 1% 0.07% -
HSV(B) 48.65º 1% 0.15% -
XYZ 1.23 1.32 0.19 -
YUV 28.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 37 30 0 0 0.19 1 0.85 48.65 1 0.07
Hex 25 1E 0 0 13 64 55 31 64 7
Octal 45 36 0 0 23 144 125 61 144 7
Binary 100101 11110 0 0 10011 1100100 1010101 110001 1100100 111

Color Harmonies of #251E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E00

Black with #251E00

Text Example


Text Example

White with #251E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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