Html Css Color HEX #380738 Mardi Gras

📋 copy color: '#380738'

red 56 ◦ green 7 ◦ blue 56

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

Shades of Mardi Gras #380738

Tints of Mardi Gras #380738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 47.06%

R = 47.06%
G = 5.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#380738 (or 0x380738) is known color: Mardi Gras. HEX triplet: 38, 07 and 38. RGB value is (56,7,56). Sum of RGB (Red+Green+Blue) = 56+7+56=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380738 is #C7F8C7. Grayscale: #1B1B1B. Windows color (decimal): -13105352 or 3671864. OLE color: 3671864.

HSL color Cylindrical-coordinate representation of color #380738: hue angle of 300º 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 #380738 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 7 56 -
CMYK 0 0.88 0 0.78
HSL 300º 0.78% 0.12% -
HSV(B) 300º 0.88% 0.22% -
XYZ 2.42 1.28 3.86 -
YUV 27.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 56 7 56 0 0.88 0 0.78 300 0.78 0.12
Hex 38 7 38 0 58 0 4E 12C 4E C
Octal 70 7 70 0 130 0 116 454 116 14
Binary 111000 111 111000 0 1011000 0 1001110 100101100 1001110 1100

Color Harmonies of #380738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380738

Black with #380738

Text Example


Text Example

White with #380738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380738; }

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

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

background-color css

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

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

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

border-color css

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

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

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