Html Css Color HEX #380A33 Mardi Gras

📋 copy color: '#380A33'

red 56 ◦ green 10 ◦ blue 51

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

Shades of Mardi Gras #380A33

Tints of Mardi Gras #380A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 47.86%
G = 8.55%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#380A33 (or 0x380A33) is known color: Mardi Gras. HEX triplet: 38, 0A and 33. RGB value is (56,10,51). Sum of RGB (Red+Green+Blue) = 56+10+51=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A33 is #C7F5CC. Grayscale: #1C1C1C. Windows color (decimal): -13104589 or 3344952. OLE color: 3344952.

HSL color Cylindrical-coordinate representation of color #380A33: hue angle of 306.52º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A33 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 51 -
CMYK 0 0.82 0.09 0.78
HSL 306.52º 0.7% 0.13% -
HSV(B) 306.52º 0.82% 0.22% -
XYZ 2.34 1.3 3.26 -
YUV 28.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 56 10 51 0 0.82 0.09 0.78 306.52 0.7 0.13
Hex 38 A 33 0 52 9 4E 133 46 D
Octal 70 12 63 0 122 11 116 463 106 15
Binary 111000 1010 110011 0 1010010 1001 1001110 100110011 1000110 1101

Color Harmonies of #380A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A33

Black with #380A33

Text Example


Text Example

White with #380A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A33; }

 p { color: rgb(56,10,51); }

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

background-color css

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

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

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

border-color css

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

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

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