Html Css Color HEX #230C22 Mardi Gras

📋 copy color: '#230C22'

red 35 ◦ green 12 ◦ blue 34

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

Shades of Mardi Gras #230C22

Tints of Mardi Gras #230C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 41.98%

R = 43.21%
G = 14.81%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#230C22 (or 0x230C22) is known color: Mardi Gras. HEX triplet: 23, 0C and 22. RGB value is (35,12,34). Sum of RGB (Red+Green+Blue) = 35+12+34=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #230C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C22 is #DCF3DD. Grayscale: #151515. Windows color (decimal): -14480350 or 2231331. OLE color: 2231331.

HSL color Cylindrical-coordinate representation of color #230C22: hue angle of 302.61º 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 #230C22 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 12 34 -
CMYK 0 0.66 0.03 0.86
HSL 302.61º 0.49% 0.09% -
HSV(B) 302.61º 0.66% 0.14% -
XYZ 1.11 0.74 1.6 -
YUV 21.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 35 12 34 0 0.66 0.03 0.86 302.61 0.49 0.09
Hex 23 C 22 0 42 3 56 12F 31 9
Octal 43 14 42 0 102 3 126 457 61 11
Binary 100011 1100 100010 0 1000010 11 1010110 100101111 110001 1001

Color Harmonies of #230C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C22

Black with #230C22

Text Example


Text Example

White with #230C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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