Html Css Color HEX #380430 Mardi Gras

📋 copy color: '#380430'

red 56 ◦ green 4 ◦ blue 48

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

Shades of Mardi Gras #380430

Tints of Mardi Gras #380430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 51.85%
G = 3.7%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#380430 (or 0x380430) is known color: Mardi Gras. HEX triplet: 38, 04 and 30. RGB value is (56,4,48). Sum of RGB (Red+Green+Blue) = 56+4+48=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #380430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380430 is #C7FBCF. Grayscale: #181818. Windows color (decimal): -13106128 or 3146808. OLE color: 3146808.

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

Color convert

RGB 56 4 48 -
CMYK 0 0.93 0.14 0.78
HSL 309.23º 0.87% 0.12% -
HSV(B) 309.23º 0.93% 0.22% -
XYZ 2.21 1.14 2.9 -
YUV 24.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 56 4 48 0 0.93 0.14 0.78 309.23 0.87 0.12
Hex 38 4 30 0 5D E 4E 135 57 C
Octal 70 4 60 0 135 16 116 465 127 14
Binary 111000 100 110000 0 1011101 1110 1001110 100110101 1010111 1100

Color Harmonies of #380430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380430

Black with #380430

Text Example


Text Example

White with #380430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380430; }

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

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

background-color css

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

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

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

border-color css

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

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

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