Html Css Color HEX #231325 Mardi Gras

📋 copy color: '#231325'

red 35 ◦ green 19 ◦ blue 37

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

Shades of Mardi Gras #231325

Tints of Mardi Gras #231325

RGB

 RED value IS 35 (14.06% from 255) = 38.46%

 GREEN value IS 19 (7.81% from 255) = 20.88%

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

R = 38.46%
G = 20.88%
B = 40.66%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231325 (or 0x231325) is known color: Mardi Gras. HEX triplet: 23, 13 and 25. RGB value is (35,19,37). Sum of RGB (Red+Green+Blue) = 35+19+37=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #231325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231325 is #DCECDA. Grayscale: #191919. Windows color (decimal): -14478555 or 2429731. OLE color: 2429731.

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

Color convert

RGB 35 19 37 -
CMYK 0.05 0.49 0 0.85
HSL 293.33º 0.32% 0.11% -
HSV(B) 293.33º 0.49% 0.15% -
XYZ 1.26 0.96 1.87 -
YUV 25.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 35 19 37 0.05 0.49 0 0.85 293.33 0.32 0.11
Hex 23 13 25 5 31 0 55 125 20 B
Octal 43 23 45 5 61 0 125 445 40 13
Binary 100011 10011 100101 101 110001 0 1010101 100100101 100000 1011

Color Harmonies of #231325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231325

Black with #231325

Text Example


Text Example

White with #231325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231325; }

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

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

background-color css

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

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

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

border-color css

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

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

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