Html Css Color HEX #382D48 Martinique

📋 copy color: '#382D48'

red 56 ◦ green 45 ◦ blue 72

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

Shades of Martinique #382D48

Tints of Martinique #382D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 32.37%
G = 26.01%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382D48 (or 0x382D48) is known color: Martinique. HEX triplet: 38, 2D and 48. RGB value is (56,45,72). Sum of RGB (Red+Green+Blue) = 56+45+72=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #382D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D48 is #C7D2B7. Grayscale: #333333. Windows color (decimal): -13095608 or 4730168. OLE color: 4730168.

HSL color Cylindrical-coordinate representation of color #382D48: hue angle of 264.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382D48 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 45 72 -
CMYK 0.22 0.38 0 0.72
HSL 264.44º 0.23% 0.23% -
HSV(B) 264.44º 0.38% 0.28% -
XYZ 3.74 3.19 6.55 -
YUV 51.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 56 45 72 0.22 0.38 0 0.72 264.44 0.23 0.23
Hex 38 2D 48 16 26 0 48 108 17 17
Octal 70 55 110 26 46 0 110 410 27 27
Binary 111000 101101 1001000 10110 100110 0 1001000 100001000 10111 10111

Color Harmonies of #382D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D48

Black with #382D48

Text Example


Text Example

White with #382D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382D48; }

 p { color: rgb(56,45,72); }

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

background-color css

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

 a { background-color: rgb(56,45,72); }

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

border-color css

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

 span { border-color: rgb(56,45,72); }

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