#231422

Color #231422 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #231422

Tints of Mardi Gras #231422

Color information

#231422 (or 0x231422) is unknown color: approx Mardi Gras. HEX triplet: 23, 14 and 22. RGB value is (35,20,34). Sum of RGB (Red+Green+Blue) = 35+20+34=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231422 is #DCEBDD. Grayscale: #1A1A1A. Windows color (decimal): -14478302 or 2233379. OLE color: 2233379.

HSL color Cylindrical-coordinate representation of color #231422: hue angle of 304º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231422 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB352034-
CMYK00.430.030.86
HSL304º27.27%10.78%-
HSV(B)304º42.86%13.73%-
XYZ1.230.971.64-
YUV26.08132.47134.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=39.33%
G=22.47%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35203400.430.030.8630427.2710.78
Hex23142202B3561301bb
Octal43244205331264603313
Binary100011101001000100101011111010110100110000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231422; }

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

 H1.HeaderClassName
 {
   color: #231422;
 }
 .AnyTagClassName
 {
   color: #231422;
 }
</style>
background-color css

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

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

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

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

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

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