Html Css Color HEX #301F32 Mardi Gras

📋 copy color: '#301F32'

red 48 ◦ green 31 ◦ blue 50

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

Shades of Mardi Gras #301F32

Tints of Mardi Gras #301F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 50 (19.92% from 255) = 38.76%

R = 37.21%
G = 24.03%
B = 38.76%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301F32 (or 0x301F32) is known color: Mardi Gras. HEX triplet: 30, 1F and 32. RGB value is (48,31,50). Sum of RGB (Red+Green+Blue) = 48+31+50=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #301F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F32 is #CFE0CD. Grayscale: #262626. Windows color (decimal): -13623502 or 3284784. OLE color: 3284784.

HSL color Cylindrical-coordinate representation of color #301F32: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301F32 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 31 50 -
CMYK 0.04 0.38 0 0.80
HSL 293.68º 0.23% 0.16% -
HSV(B) 293.68º 0.38% 0.2% -
XYZ 2.28 1.84 3.25 -
YUV 38.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 48 31 50 0.04 0.38 0 0.80 293.68 0.23 0.16
Hex 30 1F 32 4 26 0 50 126 17 10
Octal 60 37 62 4 46 0 120 446 27 20
Binary 110000 11111 110010 100 100110 0 1010000 100100110 10111 10000

Color Harmonies of #301F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F32

Black with #301F32

Text Example


Text Example

White with #301F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,50); }

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

background-color css

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

 a { background-color: rgb(48,31,50); }

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

border-color css

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

 span { border-color: rgb(48,31,50); }

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