Html Css Color HEX #381334 Mardi Gras

📋 copy color: '#381334'

red 56 ◦ green 19 ◦ blue 52

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

Shades of Mardi Gras #381334

Tints of Mardi Gras #381334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

 BLUE value IS 52 (20.7% from 255) = 40.94%

R = 44.09%
G = 14.96%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#381334 (or 0x381334) is known color: Mardi Gras. HEX triplet: 38, 13 and 34. RGB value is (56,19,52). Sum of RGB (Red+Green+Blue) = 56+19+52=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381334 is #C7ECCB. Grayscale: #212121. Windows color (decimal): -13102284 or 3412792. OLE color: 3412792.

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

Color convert

RGB 56 19 52 -
CMYK 0 0.66 0.07 0.78
HSL 306.49º 0.49% 0.15% -
HSV(B) 306.49º 0.66% 0.22% -
XYZ 2.48 1.55 3.42 -
YUV 33.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 56 19 52 0 0.66 0.07 0.78 306.49 0.49 0.15
Hex 38 13 34 0 42 7 4E 132 31 F
Octal 70 23 64 0 102 7 116 462 61 17
Binary 111000 10011 110100 0 1000010 111 1001110 100110010 110001 1111

Color Harmonies of #381334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381334

Black with #381334

Text Example


Text Example

White with #381334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381334; }

 p { color: rgb(56,19,52); }

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

background-color css

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

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

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

border-color css

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

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

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