Html Css Color HEX #380333 Mardi Gras

📋 copy color: '#380333'

red 56 ◦ green 3 ◦ blue 51

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

Shades of Mardi Gras #380333

Tints of Mardi Gras #380333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 50.91%
G = 2.73%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#380333 (or 0x380333) is known color: Mardi Gras. HEX triplet: 38, 03 and 33. RGB value is (56,3,51). Sum of RGB (Red+Green+Blue) = 56+3+51=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380333 is #C7FCCC. Grayscale: #181818. Windows color (decimal): -13106381 or 3343160. OLE color: 3343160.

HSL color Cylindrical-coordinate representation of color #380333: hue angle of 305.66º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380333 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 3 51 -
CMYK 0 0.95 0.09 0.78
HSL 305.66º 0.9% 0.12% -
HSV(B) 305.66º 0.95% 0.22% -
XYZ 2.26 1.14 3.23 -
YUV 24.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 56 3 51 0 0.95 0.09 0.78 305.66 0.9 0.12
Hex 38 3 33 0 5F 9 4E 132 5A C
Octal 70 3 63 0 137 11 116 462 132 14
Binary 111000 11 110011 0 1011111 1001 1001110 100110010 1011010 1100

Color Harmonies of #380333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380333

Black with #380333

Text Example


Text Example

White with #380333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380333; }

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

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

background-color css

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

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

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

border-color css

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

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

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