Html Css Color HEX #381335 Mardi Gras

📋 copy color: '#381335'

red 56 ◦ green 19 ◦ blue 53

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

Shades of Mardi Gras #381335

Tints of Mardi Gras #381335

RGB

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

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

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

R = 43.75%
G = 14.84%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381335 (or 0x381335) is known color: Mardi Gras. HEX triplet: 38, 13 and 35. RGB value is (56,19,53). Sum of RGB (Red+Green+Blue) = 56+19+53=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381335 is #C7ECCA. Grayscale: #212121. Windows color (decimal): -13102283 or 3478328. OLE color: 3478328.

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

Color convert

RGB 56 19 53 -
CMYK 0 0.66 0.05 0.78
HSL 304.86º 0.49% 0.15% -
HSV(B) 304.86º 0.66% 0.22% -
XYZ 2.51 1.56 3.54 -
YUV 33.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 56 19 53 0 0.66 0.05 0.78 304.86 0.49 0.15
Hex 38 13 35 0 42 5 4E 131 31 F
Octal 70 23 65 0 102 5 116 461 61 17
Binary 111000 10011 110101 0 1000010 101 1001110 100110001 110001 1111

Color Harmonies of #381335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381335

Black with #381335

Text Example


Text Example

White with #381335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381335; }

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

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

background-color css

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

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

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

border-color css

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

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

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