Html Css Color HEX #231525 Mardi Gras

📋 copy color: '#231525'

red 35 ◦ green 21 ◦ blue 37

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

Shades of Mardi Gras #231525

Tints of Mardi Gras #231525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 37.63%
G = 22.58%
B = 39.78%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231525 (or 0x231525) is known color: Mardi Gras. HEX triplet: 23, 15 and 25. RGB value is (35,21,37). Sum of RGB (Red+Green+Blue) = 35+21+37=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #231525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231525 is #DCEADA. Grayscale: #1A1A1A. Windows color (decimal): -14478043 or 2430243. OLE color: 2430243.

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

Color convert

RGB 35 21 37 -
CMYK 0.05 0.43 0 0.85
HSL 292.5º 0.28% 0.11% -
HSV(B) 292.5º 0.43% 0.15% -
XYZ 1.3 1.03 1.88 -
YUV 27.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 35 21 37 0.05 0.43 0 0.85 292.5 0.28 0.11
Hex 23 15 25 5 2B 0 55 124 1C B
Octal 43 25 45 5 53 0 125 444 34 13
Binary 100011 10101 100101 101 101011 0 1010101 100100100 11100 1011

Color Harmonies of #231525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231525

Black with #231525

Text Example


Text Example

White with #231525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231525; }

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

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

background-color css

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

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

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

border-color css

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

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

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