Html Css Color HEX #301B33 Mardi Gras

📋 copy color: '#301B33'

red 48 ◦ green 27 ◦ blue 51

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

Shades of Mardi Gras #301B33

Tints of Mardi Gras #301B33

RGB

 RED value IS 48 (19.14% from 255) = 38.1%

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 38.1%
G = 21.43%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301B33 (or 0x301B33) is known color: Mardi Gras. HEX triplet: 30, 1B and 33. RGB value is (48,27,51). Sum of RGB (Red+Green+Blue) = 48+27+51=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 51 - color contains mainly: blue. Hex color #301B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B33 is #CFE4CC. Grayscale: #232323. Windows color (decimal): -13624525 or 3349296. OLE color: 3349296.

HSL color Cylindrical-coordinate representation of color #301B33: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #301B33 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 27 51 -
CMYK 0.06 0.47 0 0.8
HSL 292.5º 0.31% 0.15% -
HSV(B) 292.5º 0.47% 0.2% -
XYZ 2.21 1.65 3.33 -
YUV 36.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 48 27 51 0.06 0.47 0 0.8 292.5 0.31 0.15
Hex 30 1B 33 6 2F 0 50 124 1F F
Octal 60 33 63 6 57 0 120 444 37 17
Binary 110000 11011 110011 110 101111 0 1010000 100100100 11111 1111

Color Harmonies of #301B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B33

Black with #301B33

Text Example


Text Example

White with #301B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B33; }

 p { color: rgb(48,27,51); }

 H1.HeaderClassName
 {
   color: #301B33;
 }
 .AnyTagClassName
 {
   color: #301B33;
 }
</style>

background-color css

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

 a { background-color: rgb(48,27,51); }

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

border-color css

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

 span { border-color: rgb(48,27,51); }

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