Html Css Color HEX #380339 Mardi Gras

📋 copy color: '#380339'

red 56 ◦ green 3 ◦ blue 57

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

Shades of Mardi Gras #380339

Tints of Mardi Gras #380339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 48.28%
G = 2.59%
B = 49.14%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#380339 (or 0x380339) is known color: Mardi Gras. HEX triplet: 38, 03 and 39. RGB value is (56,3,57). Sum of RGB (Red+Green+Blue) = 56+3+57=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #380339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380339 is #C7FCC6. Grayscale: #181818. Windows color (decimal): -13106375 or 3736376. OLE color: 3736376.

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

Color convert

RGB 56 3 57 -
CMYK 0.02 0.95 0 0.78
HSL 298.89º 0.9% 0.12% -
HSV(B) 298.89º 0.95% 0.22% -
XYZ 2.4 1.2 3.98 -
YUV 25 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 56 3 57 0.02 0.95 0 0.78 298.89 0.9 0.12
Hex 38 3 39 2 5F 0 4E 12B 5A C
Octal 70 3 71 2 137 0 116 453 132 14
Binary 111000 11 111001 10 1011111 0 1001110 100101011 1011010 1100

Color Harmonies of #380339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380339

Black with #380339

Text Example


Text Example

White with #380339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380339; }

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

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

background-color css

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

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

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

border-color css

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

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

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