Html Css Color HEX #251223 Mardi Gras

📋 copy color: '#251223'

red 37 ◦ green 18 ◦ blue 35

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

Shades of Mardi Gras #251223

Tints of Mardi Gras #251223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 38.89%

R = 41.11%
G = 20%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#251223 (or 0x251223) is known color: Mardi Gras. HEX triplet: 25, 12 and 23. RGB value is (37,18,35). Sum of RGB (Red+Green+Blue) = 37+18+35=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251223 is #DAEDDC. Grayscale: #191919. Windows color (decimal): -14347741 or 2298405. OLE color: 2298405.

HSL color Cylindrical-coordinate representation of color #251223: hue angle of 306.32º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251223 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 18 35 -
CMYK 0 0.51 0.05 0.85
HSL 306.32º 0.35% 0.11% -
HSV(B) 306.32º 0.51% 0.15% -
XYZ 1.28 0.95 1.71 -
YUV 25.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 37 18 35 0 0.51 0.05 0.85 306.32 0.35 0.11
Hex 25 12 23 0 33 5 55 132 23 B
Octal 45 22 43 0 63 5 125 462 43 13
Binary 100101 10010 100011 0 110011 101 1010101 100110010 100011 1011

Color Harmonies of #251223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251223

Black with #251223

Text Example


Text Example

White with #251223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251223; }

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

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

background-color css

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

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

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

border-color css

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

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

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