Html Css Color HEX #38133B Mardi Gras

📋 copy color: '#38133B'

red 56 ◦ green 19 ◦ blue 59

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

Shades of Mardi Gras #38133B

Tints of Mardi Gras #38133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 41.79%
G = 14.18%
B = 44.03%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38133B (or 0x38133B) is known color: Mardi Gras. HEX triplet: 38, 13 and 3B. RGB value is (56,19,59). Sum of RGB (Red+Green+Blue) = 56+19+59=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #38133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133B is #C7ECC4. Grayscale: #222222. Windows color (decimal): -13102277 or 3871544. OLE color: 3871544.

HSL color Cylindrical-coordinate representation of color #38133B: hue angle of 295.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38133B is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 19 59 -
CMYK 0.05 0.68 0 0.77
HSL 295.5º 0.51% 0.15% -
HSV(B) 295.5º 0.68% 0.23% -
XYZ 2.65 1.62 4.31 -
YUV 34.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 56 19 59 0.05 0.68 0 0.77 295.5 0.51 0.15
Hex 38 13 3B 5 44 0 4D 128 33 F
Octal 70 23 73 5 104 0 115 450 63 17
Binary 111000 10011 111011 101 1000100 0 1001101 100101000 110011 1111

Color Harmonies of #38133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38133B

Black with #38133B

Text Example


Text Example

White with #38133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38133B; }

 p { color: rgb(56,19,59); }

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

background-color css

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

 a { background-color: rgb(56,19,59); }

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

border-color css

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

 span { border-color: rgb(56,19,59); }

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