Html Css Color HEX #231925 Mardi Gras

📋 copy color: '#231925'

red 35 ◦ green 25 ◦ blue 37

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

Shades of Mardi Gras #231925

Tints of Mardi Gras #231925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 36.08%
G = 25.77%
B = 38.14%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231925 (or 0x231925) is known color: Mardi Gras. HEX triplet: 23, 19 and 25. RGB value is (35,25,37). Sum of RGB (Red+Green+Blue) = 35+25+37=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #231925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231925 is #DCE6DA. Grayscale: #1D1D1D. Windows color (decimal): -14477019 or 2431267. OLE color: 2431267.

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

Color convert

RGB 35 25 37 -
CMYK 0.05 0.32 0 0.85
HSL 290º 0.19% 0.12% -
HSV(B) 290º 0.32% 0.15% -
XYZ 1.37 1.19 1.91 -
YUV 29.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 35 25 37 0.05 0.32 0 0.85 290 0.19 0.12
Hex 23 19 25 5 20 0 55 122 13 C
Octal 43 31 45 5 40 0 125 442 23 14
Binary 100011 11001 100101 101 100000 0 1010101 100100010 10011 1100

Color Harmonies of #231925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231925

Black with #231925

Text Example


Text Example

White with #231925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231925; }

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

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

background-color css

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

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

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

border-color css

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

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

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