Html Css Color HEX #382F46 Martinique

📋 copy color: '#382F46'

red 56 ◦ green 47 ◦ blue 70

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

Shades of Martinique #382F46

Tints of Martinique #382F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 32.37%
G = 27.17%
B = 40.46%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382F46 (or 0x382F46) is known color: Martinique. HEX triplet: 38, 2F and 46. RGB value is (56,47,70). Sum of RGB (Red+Green+Blue) = 56+47+70=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #382F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F46 is #C7D0B9. Grayscale: #343434. Windows color (decimal): -13095098 or 4599608. OLE color: 4599608.

HSL color Cylindrical-coordinate representation of color #382F46: hue angle of 263.48º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #382F46 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 47 70 -
CMYK 0.20 0.33 0 0.73
HSL 263.48º 0.2% 0.23% -
HSV(B) 263.48º 0.33% 0.27% -
XYZ 3.75 3.32 6.24 -
YUV 52.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 56 47 70 0.20 0.33 0 0.73 263.48 0.2 0.23
Hex 38 2F 46 14 21 0 49 107 14 17
Octal 70 57 106 24 41 0 111 407 24 27
Binary 111000 101111 1000110 10100 100001 0 1001001 100000111 10100 10111

Color Harmonies of #382F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F46

Black with #382F46

Text Example


Text Example

White with #382F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,70); }

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

background-color css

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

 a { background-color: rgb(56,47,70); }

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

border-color css

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

 span { border-color: rgb(56,47,70); }

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