Html Css Color HEX #251228 Mardi Gras

📋 copy color: '#251228'

red 37 ◦ green 18 ◦ blue 40

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

Shades of Mardi Gras #251228

Tints of Mardi Gras #251228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

 BLUE value IS 40 (16.02% from 255) = 42.11%

R = 38.95%
G = 18.95%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#251228 (or 0x251228) is known color: Mardi Gras. HEX triplet: 25, 12 and 28. RGB value is (37,18,40). Sum of RGB (Red+Green+Blue) = 37+18+40=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #251228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251228 is #DAEDD7. Grayscale: #1A1A1A. Windows color (decimal): -14347736 or 2626085. OLE color: 2626085.

HSL color Cylindrical-coordinate representation of color #251228: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #251228 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 18 40 -
CMYK 0.07 0.55 0 0.84
HSL 291.82º 0.38% 0.11% -
HSV(B) 291.82º 0.55% 0.16% -
XYZ 1.36 0.98 2.12 -
YUV 26.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 37 18 40 0.07 0.55 0 0.84 291.82 0.38 0.11
Hex 25 12 28 7 37 0 54 124 26 B
Octal 45 22 50 7 67 0 124 444 46 13
Binary 100101 10010 101000 111 110111 0 1010100 100100100 100110 1011

Color Harmonies of #251228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251228

Black with #251228

Text Example


Text Example

White with #251228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251228; }

 p { color: rgb(37,18,40); }

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

background-color css

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

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

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

border-color css

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

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

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