Html Css Color HEX #250C23 Mardi Gras

📋 copy color: '#250C23'

red 37 ◦ green 12 ◦ blue 35

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

Shades of Mardi Gras #250C23

Tints of Mardi Gras #250C23

RGB

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

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

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

R = 44.05%
G = 14.29%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250C23 (or 0x250C23) is known color: Mardi Gras. HEX triplet: 25, 0C and 23. RGB value is (37,12,35). Sum of RGB (Red+Green+Blue) = 37+12+35=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #250C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C23 is #DAF3DC. Grayscale: #161616. Windows color (decimal): -14349277 or 2296869. OLE color: 2296869.

HSL color Cylindrical-coordinate representation of color #250C23: hue angle of 304.8º 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 #250C23 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 35 -
CMYK 0 0.68 0.05 0.85
HSL 304.8º 0.51% 0.1% -
HSV(B) 304.8º 0.68% 0.15% -
XYZ 1.2 0.78 1.68 -
YUV 22.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 37 12 35 0 0.68 0.05 0.85 304.8 0.51 0.1
Hex 25 C 23 0 44 5 55 131 33 A
Octal 45 14 43 0 104 5 125 461 63 12
Binary 100101 1100 100011 0 1000100 101 1010101 100110001 110011 1010

Color Harmonies of #250C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C23

Black with #250C23

Text Example


Text Example

White with #250C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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