Html Css Color HEX #381835 Mardi Gras

📋 copy color: '#381835'

red 56 ◦ green 24 ◦ blue 53

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

Shades of Mardi Gras #381835

Tints of Mardi Gras #381835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 42.11%
G = 18.05%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381835 (or 0x381835) is known color: Mardi Gras. HEX triplet: 38, 18 and 35. RGB value is (56,24,53). Sum of RGB (Red+Green+Blue) = 56+24+53=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381835 is #C7E7CA. Grayscale: #242424. Windows color (decimal): -13101003 or 3479608. OLE color: 3479608.

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

Color convert

RGB 56 24 53 -
CMYK 0 0.57 0.05 0.78
HSL 305.63º 0.4% 0.16% -
HSV(B) 305.63º 0.57% 0.22% -
XYZ 2.6 1.75 3.57 -
YUV 36.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 56 24 53 0 0.57 0.05 0.78 305.63 0.4 0.16
Hex 38 18 35 0 39 5 4E 132 28 10
Octal 70 30 65 0 71 5 116 462 50 20
Binary 111000 11000 110101 0 111001 101 1001110 100110010 101000 10000

Color Harmonies of #381835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381835

Black with #381835

Text Example


Text Example

White with #381835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381835; }

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

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

background-color css

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

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

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

border-color css

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

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

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