Html Css Color HEX #221B23 Mardi Gras

📋 copy color: '#221B23'

red 34 ◦ green 27 ◦ blue 35

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

Shades of Mardi Gras #221B23

Tints of Mardi Gras #221B23

RGB

 RED value IS 34 (13.67% from 255) = 35.42%

 GREEN value IS 27 (10.94% from 255) = 28.13%

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

R = 35.42%
G = 28.13%
B = 36.46%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221B23 (or 0x221B23) is known color: Mardi Gras. HEX triplet: 22, 1B and 23. RGB value is (34,27,35). Sum of RGB (Red+Green+Blue) = 34+27+35=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #221B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B23 is #DDE4DC. Grayscale: #1D1D1D. Windows color (decimal): -14542045 or 2300706. OLE color: 2300706.

HSL color Cylindrical-coordinate representation of color #221B23: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #221B23 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 27 35 -
CMYK 0.03 0.23 0 0.86
HSL 292.5º 0.13% 0.12% -
HSV(B) 292.5º 0.23% 0.14% -
XYZ 1.35 1.25 1.76 -
YUV 30.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 34 27 35 0.03 0.23 0 0.86 292.5 0.13 0.12
Hex 22 1B 23 3 17 0 56 124 D C
Octal 42 33 43 3 27 0 126 444 15 14
Binary 100010 11011 100011 11 10111 0 1010110 100100100 1101 1100

Color Harmonies of #221B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B23

Black with #221B23

Text Example


Text Example

White with #221B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221B23; }

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

 H1.HeaderClassName
 {
   color: #221B23;
 }
 .AnyTagClassName
 {
   color: #221B23;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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