Html Css Color HEX #380D35 Mardi Gras

📋 copy color: '#380D35'

red 56 ◦ green 13 ◦ blue 53

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

Shades of Mardi Gras #380D35

Tints of Mardi Gras #380D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

 BLUE value IS 53 (21.09% from 255) = 43.44%

R = 45.9%
G = 10.66%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#380D35 (or 0x380D35) is known color: Mardi Gras. HEX triplet: 38, 0D and 35. RGB value is (56,13,53). Sum of RGB (Red+Green+Blue) = 56+13+53=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #380D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D35 is #C7F2CA. Grayscale: #1E1E1E. Windows color (decimal): -13103819 or 3476792. OLE color: 3476792.

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

Color convert

RGB 56 13 53 -
CMYK 0 0.77 0.05 0.78
HSL 304.19º 0.62% 0.14% -
HSV(B) 304.19º 0.77% 0.22% -
XYZ 2.42 1.39 3.51 -
YUV 30.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 56 13 53 0 0.77 0.05 0.78 304.19 0.62 0.14
Hex 38 D 35 0 4D 5 4E 130 3E E
Octal 70 15 65 0 115 5 116 460 76 16
Binary 111000 1101 110101 0 1001101 101 1001110 100110000 111110 1110

Color Harmonies of #380D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D35

Black with #380D35

Text Example


Text Example

White with #380D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D35; }

 p { color: rgb(56,13,53); }

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

background-color css

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

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

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

border-color css

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

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

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