Html Css Color HEX #38003A Mardi Gras

📋 copy color: '#38003A'

red 56 ◦ green 0 ◦ blue 58

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

Shades of Mardi Gras #38003A

Tints of Mardi Gras #38003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.12%
G = 0%
B = 50.88%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38003A (or 0x38003A) is known color: Mardi Gras. HEX triplet: 38, 00 and 3A. RGB value is (56,0,58). Sum of RGB (Red+Green+Blue) = 56+0+58=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #38003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38003A is #C7FFC5. Grayscale: #171717. Windows color (decimal): -13107142 or 3801144. OLE color: 3801144.

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

Color convert

RGB 56 0 58 -
CMYK 0.03 1 0 0.77
HSL 297.93º 1% 0.11% -
HSV(B) 297.93º 1% 0.23% -
XYZ 2.39 1.15 4.1 -
YUV 23.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 56 0 58 0.03 1 0 0.77 297.93 1 0.11
Hex 38 0 3A 3 64 0 4D 12A 64 B
Octal 70 0 72 3 144 0 115 452 144 13
Binary 111000 0 111010 11 1100100 0 1001101 100101010 1100100 1011

Color Harmonies of #38003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38003A

Black with #38003A

Text Example


Text Example

White with #38003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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