Html Css Color HEX #38163B Mardi Gras

📋 copy color: '#38163B'

red 56 ◦ green 22 ◦ blue 59

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

Shades of Mardi Gras #38163B

Tints of Mardi Gras #38163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 40.88%
G = 16.06%
B = 43.07%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38163B (or 0x38163B) is known color: Mardi Gras. HEX triplet: 38, 16 and 3B. RGB value is (56,22,59). Sum of RGB (Red+Green+Blue) = 56+22+59=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #38163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163B is #C7E9C4. Grayscale: #242424. Windows color (decimal): -13101509 or 3872312. OLE color: 3872312.

HSL color Cylindrical-coordinate representation of color #38163B: hue angle of 295.14º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38163B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 22 59 -
CMYK 0.05 0.63 0 0.77
HSL 295.14º 0.46% 0.16% -
HSV(B) 295.14º 0.63% 0.23% -
XYZ 2.71 1.73 4.33 -
YUV 36.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 56 22 59 0.05 0.63 0 0.77 295.14 0.46 0.16
Hex 38 16 3B 5 3F 0 4D 127 2E 10
Octal 70 26 73 5 77 0 115 447 56 20
Binary 111000 10110 111011 101 111111 0 1001101 100100111 101110 10000

Color Harmonies of #38163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38163B

Black with #38163B

Text Example


Text Example

White with #38163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38163B; }

 p { color: rgb(56,22,59); }

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

background-color css

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

 a { background-color: rgb(56,22,59); }

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

border-color css

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

 span { border-color: rgb(56,22,59); }

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