Html Css Color HEX #381639 Mardi Gras

📋 copy color: '#381639'

red 56 ◦ green 22 ◦ blue 57

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

Shades of Mardi Gras #381639

Tints of Mardi Gras #381639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 41.48%
G = 16.3%
B = 42.22%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381639 (or 0x381639) is known color: Mardi Gras. HEX triplet: 38, 16 and 39. RGB value is (56,22,57). Sum of RGB (Red+Green+Blue) = 56+22+57=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #381639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381639 is #C7E9C6. Grayscale: #242424. Windows color (decimal): -13101511 or 3741240. OLE color: 3741240.

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

Color convert

RGB 56 22 57 -
CMYK 0.02 0.61 0 0.78
HSL 298.29º 0.44% 0.15% -
HSV(B) 298.29º 0.61% 0.22% -
XYZ 2.66 1.71 4.06 -
YUV 36.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 56 22 57 0.02 0.61 0 0.78 298.29 0.44 0.15
Hex 38 16 39 2 3D 0 4E 12A 2C F
Octal 70 26 71 2 75 0 116 452 54 17
Binary 111000 10110 111001 10 111101 0 1001110 100101010 101100 1111

Color Harmonies of #381639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381639

Black with #381639

Text Example


Text Example

White with #381639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381639; }

 p { color: rgb(56,22,57); }

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

background-color css

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

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

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

border-color css

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

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

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