Html Css Color HEX #380235 Mardi Gras

📋 copy color: '#380235'

red 56 ◦ green 2 ◦ blue 53

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

Shades of Mardi Gras #380235

Tints of Mardi Gras #380235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

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

R = 50.45%
G = 1.8%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#380235 (or 0x380235) is known color: Mardi Gras. HEX triplet: 38, 02 and 35. RGB value is (56,2,53). Sum of RGB (Red+Green+Blue) = 56+2+53=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380235 is #C7FDCA. Grayscale: #171717. Windows color (decimal): -13106635 or 3473976. OLE color: 3473976.

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

Color convert

RGB 56 2 53 -
CMYK 0 0.96 0.05 0.78
HSL 303.33º 0.93% 0.11% -
HSV(B) 303.33º 0.96% 0.22% -
XYZ 2.3 1.14 3.47 -
YUV 23.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 56 2 53 0 0.96 0.05 0.78 303.33 0.93 0.11
Hex 38 2 35 0 60 5 4E 12F 5D B
Octal 70 2 65 0 140 5 116 457 135 13
Binary 111000 10 110101 0 1100000 101 1001110 100101111 1011101 1011

Color Harmonies of #380235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380235

Black with #380235

Text Example


Text Example

White with #380235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380235; }

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

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

background-color css

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

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

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

border-color css

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

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

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