Html Css Color HEX #230F23 Mardi Gras

📋 copy color: '#230F23'

red 35 ◦ green 15 ◦ blue 35

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

Shades of Mardi Gras #230F23

Tints of Mardi Gras #230F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.65%

 BLUE value IS 35 (14.06% from 255) = 41.18%

R = 41.18%
G = 17.65%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#230F23 (or 0x230F23) is known color: Mardi Gras. HEX triplet: 23, 0F and 23. RGB value is (35,15,35). Sum of RGB (Red+Green+Blue) = 35+15+35=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F23 is #DCF0DC. Grayscale: #171717. Windows color (decimal): -14479581 or 2297635. OLE color: 2297635.

HSL color Cylindrical-coordinate representation of color #230F23: hue angle of 300º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F23 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 15 35 -
CMYK 0 0.57 0 0.86
HSL 300º 0.4% 0.1% -
HSV(B) 300º 0.57% 0.14% -
XYZ 1.17 0.82 1.69 -
YUV 23.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 35 15 35 0 0.57 0 0.86 300 0.4 0.1
Hex 23 F 23 0 39 0 56 12C 28 A
Octal 43 17 43 0 71 0 126 454 50 12
Binary 100011 1111 100011 0 111001 0 1010110 100101100 101000 1010

Color Harmonies of #230F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F23

Black with #230F23

Text Example


Text Example

White with #230F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,35); }

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

background-color css

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

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

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

border-color css

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

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

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