Html Css Color HEX #231425 Mardi Gras

📋 copy color: '#231425'

red 35 ◦ green 20 ◦ blue 37

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

Shades of Mardi Gras #231425

Tints of Mardi Gras #231425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 38.04%
G = 21.74%
B = 40.22%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231425 (or 0x231425) is known color: Mardi Gras. HEX triplet: 23, 14 and 25. RGB value is (35,20,37). Sum of RGB (Red+Green+Blue) = 35+20+37=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #231425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231425 is #DCEBDA. Grayscale: #1A1A1A. Windows color (decimal): -14478299 or 2429987. OLE color: 2429987.

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

Color convert

RGB 35 20 37 -
CMYK 0.05 0.46 0 0.85
HSL 292.94º 0.3% 0.11% -
HSV(B) 292.94º 0.46% 0.15% -
XYZ 1.28 0.99 1.87 -
YUV 26.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 35 20 37 0.05 0.46 0 0.85 292.94 0.3 0.11
Hex 23 14 25 5 2E 0 55 125 1E B
Octal 43 24 45 5 56 0 125 445 36 13
Binary 100011 10100 100101 101 101110 0 1010101 100100101 11110 1011

Color Harmonies of #231425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231425

Black with #231425

Text Example


Text Example

White with #231425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231425; }

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

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

background-color css

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

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

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

border-color css

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

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

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