Html Css Color HEX #220225 Mardi Gras

📋 copy color: '#220225'

red 34 ◦ green 2 ◦ blue 37

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

Shades of Mardi Gras #220225

Tints of Mardi Gras #220225

RGB

 RED value IS 34 (13.67% from 255) = 46.58%

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

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

R = 46.58%
G = 2.74%
B = 50.68%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#220225 (or 0x220225) is known color: Mardi Gras. HEX triplet: 22, 02 and 25. RGB value is (34,2,37). Sum of RGB (Red+Green+Blue) = 34+2+37=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #220225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220225 is #DDFDDA. Grayscale: #0F0F0F. Windows color (decimal): -14548443 or 2425378. OLE color: 2425378.

HSL color Cylindrical-coordinate representation of color #220225: hue angle of 294.86º 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 #220225 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 2 37 -
CMYK 0.08 0.95 0 0.85
HSL 294.86º 0.9% 0.08% -
HSV(B) 294.86º 0.95% 0.15% -
XYZ 1.02 0.52 1.8 -
YUV 15.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 34 2 37 0.08 0.95 0 0.85 294.86 0.9 0.08
Hex 22 2 25 8 5F 0 55 127 5A 8
Octal 42 2 45 10 137 0 125 447 132 10
Binary 100010 10 100101 1000 1011111 0 1010101 100100111 1011010 1000

Color Harmonies of #220225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220225

Black with #220225

Text Example


Text Example

White with #220225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220225; }

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

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

background-color css

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

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

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

border-color css

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

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

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