Html Css Color HEX #380E33 Mardi Gras

📋 copy color: '#380E33'

red 56 ◦ green 14 ◦ blue 51

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

Shades of Mardi Gras #380E33

Tints of Mardi Gras #380E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 51 (20.31% from 255) = 42.15%

R = 46.28%
G = 11.57%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#380E33 (or 0x380E33) is known color: Mardi Gras. HEX triplet: 38, 0E and 33. RGB value is (56,14,51). Sum of RGB (Red+Green+Blue) = 56+14+51=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #380E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E33 is #C7F1CC. Grayscale: #1E1E1E. Windows color (decimal): -13103565 or 3345976. OLE color: 3345976.

HSL color Cylindrical-coordinate representation of color #380E33: hue angle of 307.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E33 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 51 -
CMYK 0 0.75 0.09 0.78
HSL 307.14º 0.6% 0.14% -
HSV(B) 307.14º 0.75% 0.22% -
XYZ 2.39 1.39 3.28 -
YUV 30.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 56 14 51 0 0.75 0.09 0.78 307.14 0.6 0.14
Hex 38 E 33 0 4B 9 4E 133 3C E
Octal 70 16 63 0 113 11 116 463 74 16
Binary 111000 1110 110011 0 1001011 1001 1001110 100110011 111100 1110

Color Harmonies of #380E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E33

Black with #380E33

Text Example


Text Example

White with #380E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380E33; }

 p { color: rgb(56,14,51); }

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

background-color css

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

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

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

border-color css

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

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

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