Html Css Color HEX #38013A Mardi Gras

📋 copy color: '#38013A'

red 56 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #38013A

Tints of Mardi Gras #38013A

RGB

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

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

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

R = 48.7%
G = 0.87%
B = 50.43%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38013A (or 0x38013A) is known color: Mardi Gras. HEX triplet: 38, 01 and 3A. RGB value is (56,1,58). Sum of RGB (Red+Green+Blue) = 56+1+58=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #38013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38013A is #C7FEC5. Grayscale: #171717. Windows color (decimal): -13106886 or 3801400. OLE color: 3801400.

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

Color convert

RGB 56 1 58 -
CMYK 0.03 0.98 0 0.77
HSL 297.89º 0.97% 0.12% -
HSV(B) 297.89º 0.98% 0.23% -
XYZ 2.41 1.17 4.1 -
YUV 23.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 56 1 58 0.03 0.98 0 0.77 297.89 0.97 0.12
Hex 38 1 3A 3 62 0 4D 12A 61 C
Octal 70 1 72 3 142 0 115 452 141 14
Binary 111000 1 111010 11 1100010 0 1001101 100101010 1100001 1100

Color Harmonies of #38013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38013A

Black with #38013A

Text Example


Text Example

White with #38013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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