Html Css Color HEX #230E25 Mardi Gras

📋 copy color: '#230E25'

red 35 ◦ green 14 ◦ blue 37

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

Shades of Mardi Gras #230E25

Tints of Mardi Gras #230E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.28%

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

R = 40.7%
G = 16.28%
B = 43.02%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#230E25 (or 0x230E25) is known color: Mardi Gras. HEX triplet: 23, 0E and 25. RGB value is (35,14,37). Sum of RGB (Red+Green+Blue) = 35+14+37=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #230E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E25 is #DCF1DA. Grayscale: #161616. Windows color (decimal): -14479835 or 2428451. OLE color: 2428451.

HSL color Cylindrical-coordinate representation of color #230E25: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #230E25 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 14 37 -
CMYK 0.05 0.62 0 0.85
HSL 294.78º 0.45% 0.1% -
HSV(B) 294.78º 0.62% 0.15% -
XYZ 1.18 0.8 1.84 -
YUV 22.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 35 14 37 0.05 0.62 0 0.85 294.78 0.45 0.1
Hex 23 E 25 5 3E 0 55 127 2D A
Octal 43 16 45 5 76 0 125 447 55 12
Binary 100011 1110 100101 101 111110 0 1010101 100100111 101101 1010

Color Harmonies of #230E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E25

Black with #230E25

Text Example


Text Example

White with #230E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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