Html Css Color HEX #251326 Mardi Gras

📋 copy color: '#251326'

red 37 ◦ green 19 ◦ blue 38

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

Shades of Mardi Gras #251326

Tints of Mardi Gras #251326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 39.36%
G = 20.21%
B = 40.43%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251326 (or 0x251326) is known color: Mardi Gras. HEX triplet: 25, 13 and 26. RGB value is (37,19,38). Sum of RGB (Red+Green+Blue) = 37+19+38=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #251326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251326 is #DAECD9. Grayscale: #1A1A1A. Windows color (decimal): -14347482 or 2495269. OLE color: 2495269.

HSL color Cylindrical-coordinate representation of color #251326: hue angle of 296.84º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #251326 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 38 -
CMYK 0.03 0.50 0 0.85
HSL 296.84º 0.33% 0.11% -
HSV(B) 296.84º 0.5% 0.15% -
XYZ 1.35 1 1.96 -
YUV 26.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 37 19 38 0.03 0.50 0 0.85 296.84 0.33 0.11
Hex 25 13 26 3 32 0 55 129 21 B
Octal 45 23 46 3 62 0 125 451 41 13
Binary 100101 10011 100110 11 110010 0 1010101 100101001 100001 1011

Color Harmonies of #251326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251326

Black with #251326

Text Example


Text Example

White with #251326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251326; }

 p { color: rgb(37,19,38); }

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

background-color css

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

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

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

border-color css

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

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

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