Html Css Color HEX #381735 Mardi Gras

📋 copy color: '#381735'

red 56 ◦ green 23 ◦ blue 53

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

Shades of Mardi Gras #381735

Tints of Mardi Gras #381735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

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

R = 42.42%
G = 17.42%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381735 (or 0x381735) is known color: Mardi Gras. HEX triplet: 38, 17 and 35. RGB value is (56,23,53). Sum of RGB (Red+Green+Blue) = 56+23+53=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381735 is #C7E8CA. Grayscale: #242424. Windows color (decimal): -13101259 or 3479352. OLE color: 3479352.

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

Color convert

RGB 56 23 53 -
CMYK 0 0.59 0.05 0.78
HSL 305.45º 0.42% 0.15% -
HSV(B) 305.45º 0.59% 0.22% -
XYZ 2.58 1.71 3.56 -
YUV 36.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 56 23 53 0 0.59 0.05 0.78 305.45 0.42 0.15
Hex 38 17 35 0 3B 5 4E 131 2A F
Octal 70 27 65 0 73 5 116 461 52 17
Binary 111000 10111 110101 0 111011 101 1001110 100110001 101010 1111

Color Harmonies of #381735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381735

Black with #381735

Text Example


Text Example

White with #381735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381735; }

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

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

background-color css

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

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

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

border-color css

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

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

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