Html Css Color HEX #380633 Mardi Gras

📋 copy color: '#380633'

red 56 ◦ green 6 ◦ blue 51

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

Shades of Mardi Gras #380633

Tints of Mardi Gras #380633

RGB

 RED value IS 56 (22.27% from 255) = 49.56%

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 49.56%
G = 5.31%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#380633 (or 0x380633) is known color: Mardi Gras. HEX triplet: 38, 06 and 33. RGB value is (56,6,51). Sum of RGB (Red+Green+Blue) = 56+6+51=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380633 is #C7F9CC. Grayscale: #191919. Windows color (decimal): -13105613 or 3343928. OLE color: 3343928.

HSL color Cylindrical-coordinate representation of color #380633: hue angle of 306º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380633 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 51 -
CMYK 0 0.89 0.09 0.78
HSL 306º 0.81% 0.12% -
HSV(B) 306º 0.89% 0.22% -
XYZ 2.29 1.21 3.24 -
YUV 26.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 56 6 51 0 0.89 0.09 0.78 306 0.81 0.12
Hex 38 6 33 0 59 9 4E 132 51 C
Octal 70 6 63 0 131 11 116 462 121 14
Binary 111000 110 110011 0 1011001 1001 1001110 100110010 1010001 1100

Color Harmonies of #380633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380633

Black with #380633

Text Example


Text Example

White with #380633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380633; }

 p { color: rgb(56,6,51); }

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

background-color css

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

 a { background-color: rgb(56,6,51); }

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

border-color css

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

 span { border-color: rgb(56,6,51); }

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