Html Css Color HEX #381235 Mardi Gras

📋 copy color: '#381235'

red 56 ◦ green 18 ◦ blue 53

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

Shades of Mardi Gras #381235

Tints of Mardi Gras #381235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 44.09%
G = 14.17%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381235 (or 0x381235) is known color: Mardi Gras. HEX triplet: 38, 12 and 35. RGB value is (56,18,53). Sum of RGB (Red+Green+Blue) = 56+18+53=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381235 is #C7EDCA. Grayscale: #212121. Windows color (decimal): -13102539 or 3478072. OLE color: 3478072.

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

Color convert

RGB 56 18 53 -
CMYK 0 0.68 0.05 0.78
HSL 304.74º 0.51% 0.15% -
HSV(B) 304.74º 0.68% 0.22% -
XYZ 2.49 1.53 3.53 -
YUV 33.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 56 18 53 0 0.68 0.05 0.78 304.74 0.51 0.15
Hex 38 12 35 0 44 5 4E 131 33 F
Octal 70 22 65 0 104 5 116 461 63 17
Binary 111000 10010 110101 0 1000100 101 1001110 100110001 110011 1111

Color Harmonies of #381235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381235

Black with #381235

Text Example


Text Example

White with #381235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381235; }

 p { color: rgb(56,18,53); }

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

background-color css

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

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

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

border-color css

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

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

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