Html Css Color HEX #250C22 Mardi Gras

📋 copy color: '#250C22'

red 37 ◦ green 12 ◦ blue 34

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

Shades of Mardi Gras #250C22

Tints of Mardi Gras #250C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.46%

 BLUE value IS 34 (13.67% from 255) = 40.96%

R = 44.58%
G = 14.46%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#250C22 (or 0x250C22) is known color: Mardi Gras. HEX triplet: 25, 0C and 22. RGB value is (37,12,34). Sum of RGB (Red+Green+Blue) = 37+12+34=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C22 is #DAF3DD. Grayscale: #151515. Windows color (decimal): -14349278 or 2231333. OLE color: 2231333.

HSL color Cylindrical-coordinate representation of color #250C22: hue angle of 307.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C22 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 34 -
CMYK 0 0.68 0.08 0.85
HSL 307.2º 0.51% 0.1% -
HSV(B) 307.2º 0.68% 0.15% -
XYZ 1.18 0.77 1.6 -
YUV 21.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 37 12 34 0 0.68 0.08 0.85 307.2 0.51 0.1
Hex 25 C 22 0 44 8 55 133 33 A
Octal 45 14 42 0 104 10 125 463 63 12
Binary 100101 1100 100010 0 1000100 1000 1010101 100110011 110011 1010

Color Harmonies of #250C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C22

Black with #250C22

Text Example


Text Example

White with #250C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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