Html Css Color HEX #1B121A Mardi Gras

📋 copy color: '#1B121A'

red 27 ◦ green 18 ◦ blue 26

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

Shades of Mardi Gras #1B121A

Tints of Mardi Gras #1B121A

RGB

 RED value IS 27 (10.94% from 255) = 38.03%

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 38.03%
G = 25.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1B121A (or 0x1B121A) is known color: Mardi Gras. HEX triplet: 1B, 12 and 1A. RGB value is (27,18,26). Sum of RGB (Red+Green+Blue) = 27+18+26=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121A is #E4EDE5. Grayscale: #151515. Windows color (decimal): -15003110 or 1708571. OLE color: 1708571.

HSL color Cylindrical-coordinate representation of color #1B121A: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B121A is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 18 26 -
CMYK 0 0.33 0.04 0.89
HSL 306.67º 0.2% 0.09% -
HSV(B) 306.67º 0.33% 0.11% -
XYZ 0.85 0.74 1.08 -
YUV 21.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 27 18 26 0 0.33 0.04 0.89 306.67 0.2 0.09
Hex 1B 12 1A 0 21 4 59 133 14 9
Octal 33 22 32 0 41 4 131 463 24 11
Binary 11011 10010 11010 0 100001 100 1011001 100110011 10100 1001

Color Harmonies of #1B121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B121A

Black with #1B121A

Text Example


Text Example

White with #1B121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B121A; }

 p { color: rgb(27,18,26); }

 H1.HeaderClassName
 {
   color: #1B121A;
 }
 .AnyTagClassName
 {
   color: #1B121A;
 }
</style>

background-color css

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

 a { background-color: rgb(27,18,26); }

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

border-color css

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

 span { border-color: rgb(27,18,26); }

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