Html Css Color HEX #251D00 Maire

📋 copy color: '#251D00'

red 37 ◦ green 29 ◦ blue 0

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

Shades of Maire #251D00

Tints of Maire #251D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 43.94%

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

R = 56.06%
G = 43.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#251D00 (or 0x251D00) is known color: Maire. HEX triplet: 25, 1D and 00. RGB value is (37,29,0). Sum of RGB (Red+Green+Blue) = 37+29+0=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #251D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D00 is #DAE2FF. Grayscale: #1C1C1C. Windows color (decimal): -14344960 or 7461. OLE color: 7461.

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

Color convert

RGB 37 29 0 -
CMYK 0 0.22 1 0.85
HSL 47.03º 1% 0.07% -
HSV(B) 47.03º 1% 0.15% -
XYZ 1.2 1.27 0.18 -
YUV 28.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 37 29 0 0 0.22 1 0.85 47.03 1 0.07
Hex 25 1D 0 0 16 64 55 2F 64 7
Octal 45 35 0 0 26 144 125 57 144 7
Binary 100101 11101 0 0 10110 1100100 1010101 101111 1100100 111

Color Harmonies of #251D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D00

Black with #251D00

Text Example


Text Example

White with #251D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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