Html Css Color HEX #381B38 Mardi Gras

📋 copy color: '#381B38'

red 56 ◦ green 27 ◦ blue 56

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

Shades of Mardi Gras #381B38

Tints of Mardi Gras #381B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 40.29%
G = 19.42%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381B38 (or 0x381B38) is known color: Mardi Gras. HEX triplet: 38, 1B and 38. RGB value is (56,27,56). Sum of RGB (Red+Green+Blue) = 56+27+56=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B38 is #C7E4C7. Grayscale: #262626. Windows color (decimal): -13100232 or 3676984. OLE color: 3676984.

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

Color convert

RGB 56 27 56 -
CMYK 0 0.52 0 0.78
HSL 300º 0.35% 0.16% -
HSV(B) 300º 0.52% 0.22% -
XYZ 2.74 1.91 3.97 -
YUV 38.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 56 27 56 0 0.52 0 0.78 300 0.35 0.16
Hex 38 1B 38 0 34 0 4E 12C 23 10
Octal 70 33 70 0 64 0 116 454 43 20
Binary 111000 11011 111000 0 110100 0 1001110 100101100 100011 10000

Color Harmonies of #381B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B38

Black with #381B38

Text Example


Text Example

White with #381B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B38; }

 p { color: rgb(56,27,56); }

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

background-color css

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

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

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

border-color css

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

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

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