Html Css Color HEX #382438 Mardi Gras

📋 copy color: '#382438'

red 56 ◦ green 36 ◦ blue 56

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

Shades of Mardi Gras #382438

Tints of Mardi Gras #382438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 37.84%
G = 24.32%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382438 (or 0x382438) is known color: Mardi Gras. HEX triplet: 38, 24 and 38. RGB value is (56,36,56). Sum of RGB (Red+Green+Blue) = 56+36+56=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382438 is #C7DBC7. Grayscale: #2C2C2C. Windows color (decimal): -13097928 or 3679288. OLE color: 3679288.

HSL color Cylindrical-coordinate representation of color #382438: hue angle of 300º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382438 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 56 -
CMYK 0 0.36 0 0.78
HSL 300º 0.22% 0.18% -
HSV(B) 300º 0.36% 0.22% -
XYZ 2.98 2.39 4.05 -
YUV 44.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 56 36 56 0 0.36 0 0.78 300 0.22 0.18
Hex 38 24 38 0 24 0 4E 12C 16 12
Octal 70 44 70 0 44 0 116 454 26 22
Binary 111000 100100 111000 0 100100 0 1001110 100101100 10110 10010

Color Harmonies of #382438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382438

Black with #382438

Text Example


Text Example

White with #382438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382438; }

 p { color: rgb(56,36,56); }

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

background-color css

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

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

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

border-color css

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

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

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