Html Css Color HEX #380730 Mardi Gras

📋 copy color: '#380730'

red 56 ◦ green 7 ◦ blue 48

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

Shades of Mardi Gras #380730

Tints of Mardi Gras #380730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

 BLUE value IS 48 (19.14% from 255) = 43.24%

R = 50.45%
G = 6.31%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#380730 (or 0x380730) is known color: Mardi Gras. HEX triplet: 38, 07 and 30. RGB value is (56,7,48). Sum of RGB (Red+Green+Blue) = 56+7+48=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380730 is #C7F8CF. Grayscale: #1A1A1A. Windows color (decimal): -13105360 or 3147576. OLE color: 3147576.

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

Color convert

RGB 56 7 48 -
CMYK 0 0.88 0.14 0.78
HSL 309.8º 0.78% 0.12% -
HSV(B) 309.8º 0.88% 0.22% -
XYZ 2.24 1.21 2.91 -
YUV 26.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 56 7 48 0 0.88 0.14 0.78 309.8 0.78 0.12
Hex 38 7 30 0 58 E 4E 136 4E C
Octal 70 7 60 0 130 16 116 466 116 14
Binary 111000 111 110000 0 1011000 1110 1001110 100110110 1001110 1100

Color Harmonies of #380730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380730

Black with #380730

Text Example


Text Example

White with #380730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380730; }

 p { color: rgb(56,7,48); }

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

background-color css

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

 a { background-color: rgb(56,7,48); }

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

border-color css

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

 span { border-color: rgb(56,7,48); }

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