Html Css Color HEX #230C23 Mardi Gras

📋 copy color: '#230C23'

red 35 ◦ green 12 ◦ blue 35

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

Shades of Mardi Gras #230C23

Tints of Mardi Gras #230C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

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

R = 42.68%
G = 14.63%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#230C23 (or 0x230C23) is known color: Mardi Gras. HEX triplet: 23, 0C and 23. RGB value is (35,12,35). Sum of RGB (Red+Green+Blue) = 35+12+35=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C23 is #DCF3DC. Grayscale: #151515. Windows color (decimal): -14480349 or 2296867. OLE color: 2296867.

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

Color convert

RGB 35 12 35 -
CMYK 0 0.66 0 0.86
HSL 300º 0.49% 0.09% -
HSV(B) 300º 0.66% 0.14% -
XYZ 1.13 0.74 1.67 -
YUV 21.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 35 12 35 0 0.66 0 0.86 300 0.49 0.09
Hex 23 C 23 0 42 0 56 12C 31 9
Octal 43 14 43 0 102 0 126 454 61 11
Binary 100011 1100 100011 0 1000010 0 1010110 100101100 110001 1001

Color Harmonies of #230C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C23

Black with #230C23

Text Example


Text Example

White with #230C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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