Html Css Color HEX #38183A Mardi Gras

📋 copy color: '#38183A'

red 56 ◦ green 24 ◦ blue 58

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

Shades of Mardi Gras #38183A

Tints of Mardi Gras #38183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 40.58%
G = 17.39%
B = 42.03%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38183A (or 0x38183A) is known color: Mardi Gras. HEX triplet: 38, 18 and 3A. RGB value is (56,24,58). Sum of RGB (Red+Green+Blue) = 56+24+58=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #38183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38183A is #C7E7C5. Grayscale: #252525. Windows color (decimal): -13100998 or 3807288. OLE color: 3807288.

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

Color convert

RGB 56 24 58 -
CMYK 0.03 0.59 0 0.77
HSL 296.47º 0.41% 0.16% -
HSV(B) 296.47º 0.59% 0.23% -
XYZ 2.72 1.8 4.21 -
YUV 37.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 56 24 58 0.03 0.59 0 0.77 296.47 0.41 0.16
Hex 38 18 3A 3 3B 0 4D 128 29 10
Octal 70 30 72 3 73 0 115 450 51 20
Binary 111000 11000 111010 11 111011 0 1001101 100101000 101001 10000

Color Harmonies of #38183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38183A

Black with #38183A

Text Example


Text Example

White with #38183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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