Html Css Color HEX #380338 Mardi Gras

📋 copy color: '#380338'

red 56 ◦ green 3 ◦ blue 56

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

Shades of Mardi Gras #380338

Tints of Mardi Gras #380338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

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

R = 48.7%
G = 2.61%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#380338 (or 0x380338) is known color: Mardi Gras. HEX triplet: 38, 03 and 38. RGB value is (56,3,56). Sum of RGB (Red+Green+Blue) = 56+3+56=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380338 is #C7FCC7. Grayscale: #181818. Windows color (decimal): -13106376 or 3670840. OLE color: 3670840.

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

Color convert

RGB 56 3 56 -
CMYK 0 0.95 0 0.78
HSL 300º 0.9% 0.12% -
HSV(B) 300º 0.95% 0.22% -
XYZ 2.38 1.19 3.85 -
YUV 24.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 56 3 56 0 0.95 0 0.78 300 0.9 0.12
Hex 38 3 38 0 5F 0 4E 12C 5A C
Octal 70 3 70 0 137 0 116 454 132 14
Binary 111000 11 111000 0 1011111 0 1001110 100101100 1011010 1100

Color Harmonies of #380338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380338

Black with #380338

Text Example


Text Example

White with #380338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380338; }

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

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

background-color css

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

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

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

border-color css

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

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

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