Html Css Color HEX #381535 Mardi Gras

📋 copy color: '#381535'

red 56 ◦ green 21 ◦ blue 53

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

Shades of Mardi Gras #381535

Tints of Mardi Gras #381535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 43.08%
G = 16.15%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381535 (or 0x381535) is known color: Mardi Gras. HEX triplet: 38, 15 and 35. RGB value is (56,21,53). Sum of RGB (Red+Green+Blue) = 56+21+53=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381535 is #C7EACA. Grayscale: #232323. Windows color (decimal): -13101771 or 3478840. OLE color: 3478840.

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

Color convert

RGB 56 21 53 -
CMYK 0 0.63 0.05 0.78
HSL 305.14º 0.45% 0.15% -
HSV(B) 305.14º 0.63% 0.22% -
XYZ 2.54 1.63 3.55 -
YUV 35.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 56 21 53 0 0.63 0.05 0.78 305.14 0.45 0.15
Hex 38 15 35 0 3F 5 4E 131 2D F
Octal 70 25 65 0 77 5 116 461 55 17
Binary 111000 10101 110101 0 111111 101 1001110 100110001 101101 1111

Color Harmonies of #381535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381535

Black with #381535

Text Example


Text Example

White with #381535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381535; }

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

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

background-color css

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

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

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

border-color css

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

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

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