Html Css Color HEX #382338 Mardi Gras

📋 copy color: '#382338'

red 56 ◦ green 35 ◦ blue 56

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

Shades of Mardi Gras #382338

Tints of Mardi Gras #382338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

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

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382338 (or 0x382338) is known color: Mardi Gras. HEX triplet: 38, 23 and 38. RGB value is (56,35,56). Sum of RGB (Red+Green+Blue) = 56+35+56=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382338 is #C7DCC7. Grayscale: #2B2B2B. Windows color (decimal): -13098184 or 3679032. OLE color: 3679032.

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

Color convert

RGB 56 35 56 -
CMYK 0 0.37 0 0.78
HSL 300º 0.23% 0.18% -
HSV(B) 300º 0.38% 0.22% -
XYZ 2.95 2.33 4.04 -
YUV 43.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 56 35 56 0 0.37 0 0.78 300 0.23 0.18
Hex 38 23 38 0 25 0 4E 12C 17 12
Octal 70 43 70 0 45 0 116 454 27 22
Binary 111000 100011 111000 0 100101 0 1001110 100101100 10111 10010

Color Harmonies of #382338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382338

Black with #382338

Text Example


Text Example

White with #382338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382338; }

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

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

background-color css

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

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

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

border-color css

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

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

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