Html Css Color HEX #250223 Mardi Gras

📋 copy color: '#250223'

red 37 ◦ green 2 ◦ blue 35

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

Shades of Mardi Gras #250223

Tints of Mardi Gras #250223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

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

R = 50%
G = 2.7%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250223 (or 0x250223) is known color: Mardi Gras. HEX triplet: 25, 02 and 23. RGB value is (37,2,35). Sum of RGB (Red+Green+Blue) = 37+2+35=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250223 is #DAFDDC. Grayscale: #101010. Windows color (decimal): -14351837 or 2294309. OLE color: 2294309.

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

Color convert

RGB 37 2 35 -
CMYK 0 0.95 0.05 0.85
HSL 303.43º 0.9% 0.08% -
HSV(B) 303.43º 0.95% 0.15% -
XYZ 1.09 0.56 1.64 -
YUV 16.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 37 2 35 0 0.95 0.05 0.85 303.43 0.9 0.08
Hex 25 2 23 0 5F 5 55 12F 5A 8
Octal 45 2 43 0 137 5 125 457 132 10
Binary 100101 10 100011 0 1011111 101 1010101 100101111 1011010 1000

Color Harmonies of #250223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250223

Black with #250223

Text Example


Text Example

White with #250223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250223; }

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

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

background-color css

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

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

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

border-color css

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

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

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