Html Css Color HEX #380330 Mardi Gras

📋 copy color: '#380330'

red 56 ◦ green 3 ◦ blue 48

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

Shades of Mardi Gras #380330

Tints of Mardi Gras #380330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 44.86%

R = 52.34%
G = 2.8%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#380330 (or 0x380330) is known color: Mardi Gras. HEX triplet: 38, 03 and 30. RGB value is (56,3,48). Sum of RGB (Red+Green+Blue) = 56+3+48=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380330 is #C7FCCF. Grayscale: #171717. Windows color (decimal): -13106384 or 3146552. OLE color: 3146552.

HSL color Cylindrical-coordinate representation of color #380330: hue angle of 309.06º 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 #380330 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 3 48 -
CMYK 0 0.95 0.14 0.78
HSL 309.06º 0.9% 0.12% -
HSV(B) 309.06º 0.95% 0.22% -
XYZ 2.2 1.12 2.9 -
YUV 23.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 56 3 48 0 0.95 0.14 0.78 309.06 0.9 0.12
Hex 38 3 30 0 5F E 4E 135 5A C
Octal 70 3 60 0 137 16 116 465 132 14
Binary 111000 11 110000 0 1011111 1110 1001110 100110101 1011010 1100

Color Harmonies of #380330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380330

Black with #380330

Text Example


Text Example

White with #380330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380330; }

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

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

background-color css

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

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

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

border-color css

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

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

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