Html Css Color HEX #381836 Mardi Gras

📋 copy color: '#381836'

red 56 ◦ green 24 ◦ blue 54

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

Shades of Mardi Gras #381836

Tints of Mardi Gras #381836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 41.79%
G = 17.91%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#381836 (or 0x381836) is known color: Mardi Gras. HEX triplet: 38, 18 and 36. RGB value is (56,24,54). Sum of RGB (Red+Green+Blue) = 56+24+54=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381836 is #C7E7C9. Grayscale: #242424. Windows color (decimal): -13101002 or 3545144. OLE color: 3545144.

HSL color Cylindrical-coordinate representation of color #381836: hue angle of 303.75º 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 #381836 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 54 -
CMYK 0 0.57 0.04 0.78
HSL 303.75º 0.4% 0.16% -
HSV(B) 303.75º 0.57% 0.22% -
XYZ 2.62 1.76 3.69 -
YUV 36.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 56 24 54 0 0.57 0.04 0.78 303.75 0.4 0.16
Hex 38 18 36 0 39 4 4E 130 28 10
Octal 70 30 66 0 71 4 116 460 50 20
Binary 111000 11000 110110 0 111001 100 1001110 100110000 101000 10000

Color Harmonies of #381836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381836

Black with #381836

Text Example


Text Example

White with #381836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381836; }

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

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

background-color css

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

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

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

border-color css

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

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

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