Html Css Color HEX #251A25 Mardi Gras

📋 copy color: '#251A25'

red 37 ◦ green 26 ◦ blue 37

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

Shades of Mardi Gras #251A25

Tints of Mardi Gras #251A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26%

 BLUE value IS 37 (14.84% from 255) = 37%

R = 37%
G = 26%
B = 37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251A25 (or 0x251A25) is known color: Mardi Gras. HEX triplet: 25, 1A and 25. RGB value is (37,26,37). Sum of RGB (Red+Green+Blue) = 37+26+37=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A25 is #DAE5DA. Grayscale: #1E1E1E. Windows color (decimal): -14345691 or 2431525. OLE color: 2431525.

HSL color Cylindrical-coordinate representation of color #251A25: hue angle of 300º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A25 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 26 37 -
CMYK 0 0.30 0 0.85
HSL 300º 0.17% 0.12% -
HSV(B) 300º 0.3% 0.15% -
XYZ 1.47 1.27 1.92 -
YUV 30.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 37 26 37 0 0.30 0 0.85 300 0.17 0.12
Hex 25 1A 25 0 1E 0 55 12C 11 C
Octal 45 32 45 0 36 0 125 454 21 14
Binary 100101 11010 100101 0 11110 0 1010101 100101100 10001 1100

Color Harmonies of #251A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A25

Black with #251A25

Text Example


Text Example

White with #251A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,26,37); }

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

background-color css

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

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

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

border-color css

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

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

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