Html Css Color HEX #380130 Mardi Gras

📋 copy color: '#380130'

red 56 ◦ green 1 ◦ blue 48

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

Shades of Mardi Gras #380130

Tints of Mardi Gras #380130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 53.33%
G = 0.95%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#380130 (or 0x380130) is known color: Mardi Gras. HEX triplet: 38, 01 and 30. RGB value is (56,1,48). Sum of RGB (Red+Green+Blue) = 56+1+48=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380130 is #C7FECF. Grayscale: #161616. Windows color (decimal): -13106896 or 3146040. OLE color: 3146040.

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

Color convert

RGB 56 1 48 -
CMYK 0 0.98 0.14 0.78
HSL 308.73º 0.96% 0.11% -
HSV(B) 308.73º 0.98% 0.22% -
XYZ 2.18 1.08 2.89 -
YUV 22.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 56 1 48 0 0.98 0.14 0.78 308.73 0.96 0.11
Hex 38 1 30 0 62 E 4E 135 60 B
Octal 70 1 60 0 142 16 116 465 140 13
Binary 111000 1 110000 0 1100010 1110 1001110 100110101 1100000 1011

Color Harmonies of #380130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380130

Black with #380130

Text Example


Text Example

White with #380130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380130; }

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

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

background-color css

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

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

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

border-color css

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

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

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