Html Css Color HEX #250C27 Mardi Gras

📋 copy color: '#250C27'

red 37 ◦ green 12 ◦ blue 39

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

Shades of Mardi Gras #250C27

Tints of Mardi Gras #250C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 44.32%

R = 42.05%
G = 13.64%
B = 44.32%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250C27 (or 0x250C27) is known color: Mardi Gras. HEX triplet: 25, 0C and 27. RGB value is (37,12,39). Sum of RGB (Red+Green+Blue) = 37+12+39=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #250C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C27 is #DAF3D8. Grayscale: #161616. Windows color (decimal): -14349273 or 2559013. OLE color: 2559013.

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

Color convert

RGB 37 12 39 -
CMYK 0.05 0.69 0 0.85
HSL 295.56º 0.53% 0.1% -
HSV(B) 295.56º 0.69% 0.15% -
XYZ 1.26 0.8 2.01 -
YUV 22.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 37 12 39 0.05 0.69 0 0.85 295.56 0.53 0.1
Hex 25 C 27 5 45 0 55 128 35 A
Octal 45 14 47 5 105 0 125 450 65 12
Binary 100101 1100 100111 101 1000101 0 1010101 100101000 110101 1010

Color Harmonies of #250C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C27

Black with #250C27

Text Example


Text Example

White with #250C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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