Html Css Color HEX #380935 Mardi Gras

📋 copy color: '#380935'

red 56 ◦ green 9 ◦ blue 53

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

Shades of Mardi Gras #380935

Tints of Mardi Gras #380935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 47.46%
G = 7.63%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#380935 (or 0x380935) is known color: Mardi Gras. HEX triplet: 38, 09 and 35. RGB value is (56,9,53). Sum of RGB (Red+Green+Blue) = 56+9+53=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #380935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380935 is #C7F6CA. Grayscale: #1B1B1B. Windows color (decimal): -13104843 or 3475768. OLE color: 3475768.

HSL color Cylindrical-coordinate representation of color #380935: hue angle of 303.83º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380935 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 53 -
CMYK 0 0.84 0.05 0.78
HSL 303.83º 0.72% 0.13% -
HSV(B) 303.83º 0.84% 0.22% -
XYZ 2.37 1.29 3.49 -
YUV 28.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 56 9 53 0 0.84 0.05 0.78 303.83 0.72 0.13
Hex 38 9 35 0 54 5 4E 130 48 D
Octal 70 11 65 0 124 5 116 460 110 15
Binary 111000 1001 110101 0 1010100 101 1001110 100110000 1001000 1101

Color Harmonies of #380935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380935

Black with #380935

Text Example


Text Example

White with #380935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380935; }

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

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

background-color css

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

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

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

border-color css

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

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

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