Html Css Color HEX #380830 Mardi Gras

📋 copy color: '#380830'

red 56 ◦ green 8 ◦ blue 48

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

Shades of Mardi Gras #380830

Tints of Mardi Gras #380830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 50%
G = 7.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#380830 (or 0x380830) is known color: Mardi Gras. HEX triplet: 38, 08 and 30. RGB value is (56,8,48). Sum of RGB (Red+Green+Blue) = 56+8+48=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380830 is #C7F7CF. Grayscale: #1A1A1A. Windows color (decimal): -13105104 or 3147832. OLE color: 3147832.

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

Color convert

RGB 56 8 48 -
CMYK 0 0.86 0.14 0.78
HSL 310º 0.75% 0.13% -
HSV(B) 310º 0.86% 0.22% -
XYZ 2.25 1.23 2.91 -
YUV 26.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 56 8 48 0 0.86 0.14 0.78 310 0.75 0.13
Hex 38 8 30 0 56 E 4E 136 4B D
Octal 70 10 60 0 126 16 116 466 113 15
Binary 111000 1000 110000 0 1010110 1110 1001110 100110110 1001011 1101

Color Harmonies of #380830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380830

Black with #380830

Text Example


Text Example

White with #380830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380830; }

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

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

background-color css

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

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

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

border-color css

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

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

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