Html Css Color HEX #251D05 Maire

📋 copy color: '#251D05'

red 37 ◦ green 29 ◦ blue 5

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

Shades of Maire #251D05

Tints of Maire #251D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.04%

R = 52.11%
G = 40.85%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#251D05 (or 0x251D05) is known color: Maire. HEX triplet: 25, 1D and 05. RGB value is (37,29,5). Sum of RGB (Red+Green+Blue) = 37+29+5=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D05 is #DAE2FA. Grayscale: #1C1C1C. Windows color (decimal): -14344955 or 335141. OLE color: 335141.

HSL color Cylindrical-coordinate representation of color #251D05: hue angle of 45º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251D05 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 29 5 -
CMYK 0 0.22 0.86 0.85
HSL 45º 0.76% 0.08% -
HSV(B) 45º 0.86% 0.15% -
XYZ 1.23 1.28 0.33 -
YUV 28.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 37 29 5 0 0.22 0.86 0.85 45 0.76 0.08
Hex 25 1D 5 0 16 56 55 2D 4C 8
Octal 45 35 5 0 26 126 125 55 114 10
Binary 100101 11101 101 0 10110 1010110 1010101 101101 1001100 1000

Color Harmonies of #251D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D05

Black with #251D05

Text Example


Text Example

White with #251D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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