Html Css Color HEX #2B002E Mardi Gras

📋 copy color: '#2B002E'

red 43 ◦ green 0 ◦ blue 46

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

Shades of Mardi Gras #2B002E

Tints of Mardi Gras #2B002E

RGB

 RED value IS 43 (17.19% from 255) = 48.31%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 51.69%

R = 48.31%
G = 0%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2B002E (or 0x2B002E) is known color: Mardi Gras. HEX triplet: 2B, 00 and 2E. RGB value is (43,0,46). Sum of RGB (Red+Green+Blue) = 43+0+46=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B002E is #D4FFD1. Grayscale: #111111. Windows color (decimal): -13959122 or 3014699. OLE color: 3014699.

HSL color Cylindrical-coordinate representation of color #2B002E: hue angle of 296.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B002E is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 43 0 46 -
CMYK 0.07 1 0 0.82
HSL 296.09º 1% 0.09% -
HSV(B) 296.09º 1% 0.18% -
XYZ 1.49 0.71 2.64 -
YUV 18.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 43 0 46 0.07 1 0 0.82 296.09 1 0.09
Hex 2B 0 2E 7 64 0 52 128 64 9
Octal 53 0 56 7 144 0 122 450 144 11
Binary 101011 0 101110 111 1100100 0 1010010 100101000 1100100 1001

Color Harmonies of #2B002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B002E

Black with #2B002E

Text Example


Text Example

White with #2B002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B002E; }

 p { color: rgb(43,0,46); }

 H1.HeaderClassName
 {
   color: #2B002E;
 }
 .AnyTagClassName
 {
   color: #2B002E;
 }
</style>

background-color css

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

 a { background-color: rgb(43,0,46); }

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

border-color css

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

 span { border-color: rgb(43,0,46); }

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