Html Css Color HEX #38143A Mardi Gras

📋 copy color: '#38143A'

red 56 ◦ green 20 ◦ blue 58

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

Shades of Mardi Gras #38143A

Tints of Mardi Gras #38143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 41.79%
G = 14.93%
B = 43.28%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38143A (or 0x38143A) is known color: Mardi Gras. HEX triplet: 38, 14 and 3A. RGB value is (56,20,58). Sum of RGB (Red+Green+Blue) = 56+20+58=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #38143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143A is #C7EBC5. Grayscale: #222222. Windows color (decimal): -13102022 or 3806264. OLE color: 3806264.

HSL color Cylindrical-coordinate representation of color #38143A: hue angle of 296.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38143A is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 20 58 -
CMYK 0.03 0.66 0 0.77
HSL 296.84º 0.49% 0.15% -
HSV(B) 296.84º 0.66% 0.23% -
XYZ 2.64 1.65 4.18 -
YUV 35.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 56 20 58 0.03 0.66 0 0.77 296.84 0.49 0.15
Hex 38 14 3A 3 42 0 4D 129 31 F
Octal 70 24 72 3 102 0 115 451 61 17
Binary 111000 10100 111010 11 1000010 0 1001101 100101001 110001 1111

Color Harmonies of #38143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38143A

Black with #38143A

Text Example


Text Example

White with #38143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38143A; }

 p { color: rgb(56,20,58); }

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

background-color css

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

 a { background-color: rgb(56,20,58); }

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

border-color css

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

 span { border-color: rgb(56,20,58); }

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