Html Css Color HEX #380239 Mardi Gras

📋 copy color: '#380239'

red 56 ◦ green 2 ◦ blue 57

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

Shades of Mardi Gras #380239

Tints of Mardi Gras #380239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 48.7%
G = 1.74%
B = 49.57%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#380239 (or 0x380239) is known color: Mardi Gras. HEX triplet: 38, 02 and 39. RGB value is (56,2,57). Sum of RGB (Red+Green+Blue) = 56+2+57=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #380239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380239 is #C7FDC6. Grayscale: #181818. Windows color (decimal): -13106631 or 3736120. OLE color: 3736120.

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

Color convert

RGB 56 2 57 -
CMYK 0.02 0.96 0 0.78
HSL 298.91º 0.93% 0.12% -
HSV(B) 298.91º 0.96% 0.22% -
XYZ 2.39 1.18 3.97 -
YUV 24.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 56 2 57 0.02 0.96 0 0.78 298.91 0.93 0.12
Hex 38 2 39 2 60 0 4E 12B 5D C
Octal 70 2 71 2 140 0 116 453 135 14
Binary 111000 10 111001 10 1100000 0 1001110 100101011 1011101 1100

Color Harmonies of #380239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380239

Black with #380239

Text Example


Text Example

White with #380239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380239; }

 p { color: rgb(56,2,57); }

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

background-color css

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

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

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

border-color css

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

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

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